writegull opened a new issue #2166:
URL: https://github.com/apache/rocketmq/issues/2166


   按照文档描述:一个新的订阅组第一次启动从队列的最后位置开始消费,后续再启动接着上次消费的进度开始消费,即跳过历史消息。
   
   实验环境1:RocketMQ4.2 双主双从集群
   实验效果:第一次启动从队列的最前位置开始消费了,并没有跳过历史消息
   
   实验环境2:RocketMQ4.2 单主
   实验效果:如文档描述跳过了历史消息,和希望的一样。
   
   tips:使用的是相同的consumer代码
   
   疑问:想实现 CONSUME_FROM_LAST_OFFSET 在双主双从集群环境有什么特殊要求吗?
   


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

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


Reply via email to