Created 05-18-2018 08:47 AM
Hi,
We are using kafka 0.11. Recently we had an issue with one of our topics and had to delete and recreate the topic. Is there a way to rename the topic or clone?
Created 05-18-2018 09:05 AM
AFAIK we don't have any option to rename the topic in Kafka.
Created 05-18-2018 09:05 AM
AFAIK we don't have any option to rename the topic in Kafka.
Created 05-29-2018 02:50 PM
If the above answer helped you, Please consider clicking "Accept" button and close this thread.
Created 05-19-2018 05:10 AM
There is no such support for renaming
https://issues.apache.org/jira/browse/KAFKA-2333
If you want to clone, then use MirrorMaker
https://community.hortonworks.com/articles/79891/kafka-mirror-maker-best-practices.html
Created 07-26-2018 06:19 PM
Is there a way to have MirrorMaker rename the topic on mirroring? e.g. consume topic as named A, produce it as named B.
Created 07-26-2018 07:05 PM
It looks like you can with more recent versions of kafka for rename while mirroring: https://issues.apache.org/jira/browse/KAFKA-3841