Skip to content

Commit

Permalink
[ISSUE #5860] Set the value of order when create or update topic (#5861)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slideee authored and drpmma committed Feb 21, 2023
1 parent 3672e03 commit 1f01aa3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ private synchronized RemotingCommand updateAndCreateTopic(ChannelHandlerContext
topicConfig.setTopicFilterType(requestHeader.getTopicFilterTypeEnum());
topicConfig.setPerm(requestHeader.getPerm());
topicConfig.setTopicSysFlag(requestHeader.getTopicSysFlag() == null ? 0 : requestHeader.getTopicSysFlag());
topicConfig.setOrder(requestHeader.getOrder());
String attributesModification = requestHeader.getAttributes();
topicConfig.setAttributes(AttributeParser.parseToMap(attributesModification));

Expand Down

0 comments on commit 1f01aa3

Please sign in to comment.