Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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 Member

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 Member

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