JanYork commented on issue #8154: URL: https://github.com/apache/rocketmq/issues/8154#issuecomment-2117054651
> > When creating the consumer group, did you set it as a FIFO-ConsumerGroup? For reference, use the command `sh mqadmin updateSubGroup -n <nameserver_address> -g <consumer_group_name> -c <cluster_name> -o true.` > > You should set the option -o true to set consumeMessageOrderly to true when updateSubGroup. > > If you had read this reply carefully, then you would find out that the correct answer is already provided. I created the topic using `./bin/mqadmin updateTopic -c DefaultCluster -t FIFOTopic -o true -n 127.0.0.1:9876 -a +message.type=FIFO` as described in the documentation. -- 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