Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Kafka topic rename

avatar
Contributor

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?

1 ACCEPTED SOLUTION

avatar
@Rajesh Reddy

AFAIK we don't have any option to rename the topic in Kafka.

View solution in original post

5 REPLIES 5

avatar
@Rajesh Reddy

AFAIK we don't have any option to rename the topic in Kafka.

avatar
@Rajesh Reddy

If the above answer helped you, Please consider clicking "Accept" button and close this thread.

avatar
Super Collaborator

avatar
New Contributor

Is there a way to have MirrorMaker rename the topic on mirroring? e.g. consume topic as named A, produce it as named B.

avatar
New Contributor

It looks like you can with more recent versions of kafka for rename while mirroring: https://issues.apache.org/jira/browse/KAFKA-3841