Replies: 1 comment 2 replies
-
What version of Strimzi and which Kafka version are you using? Can you share the full operator log? |
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
-
I am trying to override automatic renaming by adding IdentityReplicationPolicy to the source connector configuration of the KafkaMirrorMaker2 resource such that the topics retain their original names.
The mirror maker configuration has the following source connector details:
However, the mirrormaker is failing with the below error.
PUT /connectors/ns-mm-source-cluster->ns-mm-backup-cluster.MirrorSourceConnector/config returned 400 (Bad Request): Connector configuration is invalid and contains the following 1 error(s):
Invalid value org.strimzi.kafka.connect.mirror.IdentityReplicationPolicy for configuration replication.policy.class: Class org.strimzi.kafka.connect.mirror.IdentityReplicationPolicy could not be found.
You can also find the above list of errors at the endpoint
/{connectorType}/config/validate
Need your inputs to have this resolved.
Beta Was this translation helpful? Give feedback.
All reactions