Replies: 1 comment 2 replies
-
Strimzi just repackages Apache Kafka and its MM2. It does not add any custom features for syncing the offsets. I think Confluent Platform / Confluent Cloud does not use open-source Apache Kafka. As far as I know, they have their own fork which might have some differences. So maybe this is one of them? If they for example store the consumer offsets differently, they might not be visible to MM2. It is not clear what kind of Confluent Kafka you use. I think some incompatibilities would be more likely for Confluent Cloud. |
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,
To provide the context, we have few Strimzi Kafka clusters running in Production with MirrorMaker 2 in place to enable HA. We also have a confluent kafka cluster in which some of the topics are replicated to Strimzi cluster through similar MM2 config. The issue is that offset translation for consumer groups is not happening for the replicated topics from Confluent cluster which isn't the case with the others.
The checkpoint topic doesn't have any events as well.
There is no problem in replication though. The events are replicating just fine. Also to note, we're using the same MM2 configuration across all MM2 clusters which is slightly tuned boiler plate code available in Strimzi repo.
If anything else is required to debug this, please feel free to let me know.
Beta Was this translation helpful? Give feedback.
All reactions