CodingOX commented on issue #7999:
URL: https://github.com/apache/rocketmq/issues/7999#issuecomment-2058117816

   > Configure your consumer group as order with "-o" option.
   > 
   > ./mqadmin updateSubGroup -c DefaultCluster -n 192.168.10.233:9876 -g 
OrderConsumerGroupV3 -o true
   
   This is my original shell that from official document. I have used `-o true` 
for the topic creation.
   
   ```
   ./mqadmin updateTopic -c DefaultCluster -t FIFOTopic -o true -n 
192.168.10.233:9876 -a +message.type=FIFO
   ```
   
   So this cause of the problem can be ruled out.


-- 
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