Skip to content

Commit

Permalink
[ISSUE apache#5860] set the value of order when create or update topic
Browse files Browse the repository at this point in the history
  • Loading branch information
Slideee committed Jan 11, 2023
1 parent 1d610ab commit 38db701
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 38db701

Please sign in to comment.