GitHub user Bngel added a comment to the discussion: 在ConsumerOffsetManager进行消费位点提交的时候如果在这个情况下有高并发会有一定概率丢失其中的一个队列的消费位点吗?
感谢回复,😄 我理解在超高并发的时候还是会有这个问题的,那么rocketMQ为什么没有解决这个问题呢?是出于什么考虑呢? 目前我理解简单的方法的话可以需要通过一个读写锁来进行限制,那么加锁的开销和这个重复消费的问题应该如何权衡呢。 GitHub link: https://github.com/apache/rocketmq/discussions/9448#discussioncomment-13375303 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
