Replies: 1 comment 4 replies
-
There have been many changes to Kafka's offset synchronization since 3.4.0. So you should probably consider upgrading to not solve something that will work differently anyway. You should also make sure you give it enough time to discover the new groups and topics (by default up to 10 minutes) etc. Also, keep in mind that the synchronization cannot happen when the consumer group is active on the target cluster. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have Multi-Region Strimzi cluster deployed in Production environment running with Kafka version - 3.4.0. The MM2 config used for the setup in down below -
The scenario I'm trying to figure out is that I have 2 regions - West and North. If a topic is created in West region with few messages consumed in the same region. Through MM2 I should be able to consume the subsequent offsets in North region which has the replicated events using the same consumer group. But that doesn't seem to be the case. During consumption with the same consumer group, it's starting over from the initial offset. Please let me know if I'm missing something here.
Beta Was this translation helpful? Give feedback.
All reactions