Is MirrorMaker2 restarted when applying Strimzi MM2 config after topics whitelist change? #6459
-
Hello, I'm using Strimzi MirrorMaker2 for replication and there is a need to update the topics whitelist and consumer group whitelist quite often. Thank you in advance for your answer. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Strimzi runs MM2 as connectors on top of Kafka Connect. When the configuration of Kafka connect itself is changed, it will need to be restarted -> you should see that the pods are being terminated and new pods are started. When you change the configuration of the MM2 connectors, they are updated using the REST API. The Pod itself will not be restarted, but the MM2 connector will be (as a Java object inside the Kafka Connect). |
Beta Was this translation helpful? Give feedback.
Strimzi runs MM2 as connectors on top of Kafka Connect. When the configuration of Kafka connect itself is changed, it will need to be restarted -> you should see that the pods are being terminated and new pods are started. When you change the configuration of the MM2 connectors, they are updated using the REST API. The Pod itself will not be restarted, but the MM2 connector will be (as a Java object inside the Kafka Connect).