gosonzhang opened a new issue, #11386: URL: https://github.com/apache/inlong/issues/11386
### Description When using TubeMQ currently, we need to configure ZooKeeper to persist the offset information of consumer groups. However, it is not reasonable to use ZooKeeper to persist the offset of consumer groups. The cost is too high. The offset of consumer groups can be stored in local files. If we can support local storage of consumer group offsets on the current basis, it will greatly reduce the cost of using our system. This issue is improved based on this idea. ### InLong Component InLong TubeMQ ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: dev-unsubscr...@inlong.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org