You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: