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

   > > 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.`
   > 
   > Yes, this is inevitable. I have explained above that this is a FIFO-type 
topic. Commands from the document are used.
   
   
   |                | FIFO Consumer Group | non-FIFO Consumer Group |
   | :------------: | :-----------------: | :---------------------: |
   |   FIFO Topic   |        FIFO         |        non-FIFO         |
   | non-FIFO Topic |      non-FIFO       |        non-FIFO         |
   
   So the consumer group  is also FIFO?
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to