Strimzi kafka mirrormaker2 custom names for heartbeats , checkpoints and offset-syncs topic #8633
Replies: 1 comment
-
As far as I remember, the MM2 internal topic names are provided by the But you would need a custom implementation of What you can configure is the location of spec:
sourceConnector:
config:
offset-syncs.topic.location: target
checkpointConnector:
config:
offset-syncs.topic.location: target But what is the issue with topic names ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We have a multi-tenanted kafka setup and are using Strimzi Kafka mirrormaker2 to do some mirroring as part of a migration. From looking into the documentation for strimzi-kafka mirrormaker2 I can't see a way of renaming the internal topics such as heartbeats, <source_cluster>.checkpoints.internal topics?
Is there a way to do this if possible?
If not are there any recommendations for a multi-tenanted setup?
Beta Was this translation helpful? Give feedback.
All reactions