MirrorMaker2 | Replicate data from topic name "A" from source azure event hub to topic name "B" in destination Kafka cluster #8522
Sharad-SKJ052
started this conversation in
General
Replies: 1 comment 2 replies
-
You can try to write your own replication policy. But I do not think it was designed for any arbitrary topic renaming like this, so not sure if it will really work or how to do it. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team ,
We are using strimzi mirrormaker2 to replicate data from source azure event hub to destination Kafka cluster. We have a use case where we need to replicate data from topic say "topic_name " to a different topic name with some prefix and postfix "X.topic_name.Y" in destination Kafka cluster . Is there any policy available where we can replicate data from azure event hub to Kafka cluster and rename the topic in strimzi mirrormaker2.
Can you help me to figure out how we can solve this use case?
Beta Was this translation helpful? Give feedback.
All reactions