aaron-ai commented on issue #5378: URL: https://github.com/apache/rocketmq/issues/5378#issuecomment-1286618666
Of course! In the [new client of Apache RocketMQ](https://github.com/apache/rocketmq-clients), we consider the FIFO/non-FIFO consumption should be an attribute of consumer group, it should not be set on each consumer, which may be inconsistent. In fact, the implementation of client will try to fetch the attributes of consumer group and determine the FIFO consumption or not automatically. So you should mark consumer as FIFO or Non-FIFO when you create it, just try it 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
