Kafka mirror maker 2 consumer group failover test #7722
ervikrant06
started this conversation in
General
Replies: 1 comment
-
Without the configurations, logs etc., I don't think anyone will be able to tell you what is going on or what have you configured incorrectly. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Setup details.
source kafka cluster: kafka-test
target kafka cluster: kafka-test1
Using kafka operator: 0.32.0
MM2 setup and working fine, it's replicating the kafkatopic from source to destination cluster with same name without any prefix.
In stdout logs of consumer POD I see it was able to consume some messages not exactly 10 something like 15 (it's fine)
First issue: I was expecting that it should honour the consumer group offset reflected from source to target cluster but it doesn't seem to be doing it.
Second issue: consumer POD on doesn't show anything consuming from topic. (Does this mean data is also not replicated from source to target cluster)?
Logs from target consumer:
Beta Was this translation helpful? Give feedback.
All reactions