lizhanhui commented on PR #8709: URL: https://github.com/apache/rocketmq/pull/8709#issuecomment-2360044686
This pull request does fix something that is broken. However, this is a design error to replicate bits here and there from one node to the other. WAL should the the ONLY data structure that is replicated among nodes and it contains source of truth for everything, including offset advancement of each consumer that is managed in the sever side. -- 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]
