Replies: 1 comment 10 replies
-
You should share more information -> full operator log, full Mirror Maker log, the custom resource etc. |
Beta Was this translation helpful? Give feedback.
10 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.
-
I use KafkaMirrorMaker2 (strimzi version: 0.28.0) to sync topic in kafka clusters. I found that when then mm2 deployment replicas > 1 , it may not sync correctly when create new topic in source kafka cluster.I catch the exception like this
And I found "->" is from here :
https://github.com/strimzi/strimzi-kafka-operator/blob/0198d2bf3bf4e9c00e11cd2dac15e5e82b1561f7/cluster-operator/src/main/java/io/strimzi/operator/cluster/operator/assembly/KafkaMirrorMaker2AssemblyOperator.java#L383C82-L383C82
I dont't test with the last release strimzi version.
Beta Was this translation helpful? Give feedback.
All reactions