JanYork commented on issue #8154:
URL: https://github.com/apache/rocketmq/issues/8154#issuecomment-2117090261

   my logs:
   ```sh
   ❯ ./bin/mqadmin updateTopic -c DefaultCluster -t checkout-topic-fifo -o true 
-n 127.0.0.1:9876 -a +message.type=FIFO
   create topic to 192.168.1.162:10911 success.
   set cluster orderConf. isOrder=true, orderConf=[broker-a:8]
   TopicConfig [topicName=checkout-topic-fifo, readQueueNums=8, 
writeQueueNums=8, perm=RW-, topicFilterType=SINGLE_TAG, topicSysFlag=0, 
order=true, attributes={+message.type=FIFO}]
   ```
   
   consumeMessageOrder is still false, there is still an out-of-order problem.
   ```json
                "checkout-group-fifo":{
                        "attributes":{},
                        "brokerId":0,
                        "consumeBroadcastEnable":true,
                        "consumeEnable":true,
                        "consumeFromMinEnable":true,
                        "consumeMessageOrderly":false,
                        "consumeTimeoutMinute":15,
                        "groupName":"checkout-group-fifo",
                        "groupRetryPolicy":{
                                "type":"CUSTOMIZED"
                        },
                        "groupSysFlag":0,
                        "notifyConsumerIdsChangedEnable":true,
                        "retryMaxTimes":16,
                        "retryQueueNums":1,
                        "whichBrokerWhenConsumeSlowly":1
                },
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to