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
Currently, uReplicator supports only Zookeeper based offset storage. But the newer versions of Kafka allow (and encourage) to store offsets in Kafka's built-in topic (__consumer_offset).
So, It'd be nice if uReplicator allows the option to choose offset storage (zookeeper or kafka).
Related tickets
This would also be one step closer in achieving #228.
I also found a similar request in #246 but it was closed.
So I would like to know if the maintainers would be interested to see such a feature?
The text was updated successfully, but these errors were encountered:
If that is the right direction, I might be able to send a PR for this from one of our projects built on top of uReplicator which already has this feature.
Feature request
Currently, uReplicator supports only Zookeeper based offset storage. But the newer versions of Kafka allow (and encourage) to store offsets in Kafka's built-in topic (
__consumer_offset
).So, It'd be nice if uReplicator allows the option to choose offset storage (
zookeeper
orkafka
).Related tickets
This would also be one step closer in achieving #228.
I also found a similar request in #246 but it was closed.
So I would like to know if the maintainers would be interested to see such a feature?
The text was updated successfully, but these errors were encountered: