GitHub user wangjinjing1 added a comment to the discussion: 在ConsumerOffsetManager进行消费位点提交的时候如果在这个情况下有高并发会有一定概率丢失其中的一个队列的消费位点吗?
看了代码,如果第一个请求走到map.put(queueId, offset)时候,又一个进来确实会有这个问题,这样必须在消费端校验是否消费过了,不然确实会重复消费 GitHub link: https://github.com/apache/rocketmq/discussions/9448#discussioncomment-13375233 ---- This is an automatically sent email for dev@rocketmq.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org