- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Kafka topic rename
- Labels:
-
Apache Kafka
Created ‎05-18-2018 08:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AFAIK we don't have any option to rename the topic in Kafka.
Created ‎05-18-2018 09:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AFAIK we don't have any option to rename the topic in Kafka.
Created ‎05-29-2018 02:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If the above answer helped you, Please consider clicking "Accept" button and close this thread.
Created ‎05-19-2018 05:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It looks like you can with more recent versions of kafka for rename while mirroring: https://issues.apache.org/jira/browse/KAFKA-3841
