Offset Sync Issue #9869
yogeshgoel001
started this conversation in
General
Replies: 1 comment 3 replies
-
You should probably explain what exactly you are doing, share your configurations, what versions you use etc. None of that is really clear from your description. Assuming you are talking about Azure Event Hub - it is not even an Apache Kafka - so is it really expected that any offset synchronization will work? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have environments
Event Hub (Producer)
Kafka Main (Consumer)
Kafka DR (Conumser if Kafka Main goes down)
We are performing failover testing, Mirroring is working good between Producer to consumer.
But when we do failover to DR environment from Mirror Maker, it copies all the data from Event Hub to DR.
Requirement is to copy leftover data from Event HUB to DR to avoid any duplication.
configurations : consumer.auto.offset.reset : latest
But issue is still same
Beta Was this translation helpful? Give feedback.
All reactions