Replies: 1 comment 2 replies
-
Hi @Guruhbk, the Is it possible it just took some time for the MirrorCheckpointConnector to translate all the committed offsets? If you have more queries about how this works I'd recommend asking on the Apache Kafka users mailing list, since this is more of a Kafka question than a Strimzi one. |
Beta Was this translation helpful? Give feedback.
2 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 are planning to use mirror-maker-2 for the migration of our kafka cluster. I'm working on the POC. On doing so, I find a strange pattern. I have 4000 consumer groups. If I set offset.lag.max: 100, only 2054 consumer groups are getting translated. However, if I set offset.lag.max: 9999999 all 4000 consumer groups are getting translated. I find it bit strange though.
What is the pros and cons of setting offset.lag.max to 100 or 9999999.
Beta Was this translation helpful? Give feedback.
All reactions