KafkaMirrorMaker2 target Kafka Connect topic override #12954
Replies: 2 comments
|
The Connect cluster is always the target cluster. That is the design of the connectors. So there is no way to change it as far as I know. |
|
As Jakub noted the So the way to do it would be to define your KafkaConnect CR with the |
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to set up a strimzi KafkaMirrorMaker2 instance where I want the underlying connect cluster internal topics to be written to the source cluster rather that the target. All documentation I have seen refer to the internal topics are required, and are written in the target.
In my case The ACL for the target is very restrictive, and only have write permission to the specific topic I am mirroring.
The latest (1.0.0 +) KafkaMirrorMaker CR simplifies the config, but does not appear to provide a way to explicitly set or override the "location" of the connect cluster from the default target. Is this possible?
If not, what is the best path to achieve this via existing CRs (KafkaConnect/Connector)
All reactions