How do I convert a None-partitioned topic to Partitioned topic #17469
|
I have a None-partitioned topic that needs to be converted into Partitioned Topic. What should I do? |
Answered by
michaeljmarshall
Sep 9, 2022
Replies: 1 comment
|
There is not currently a way to convert non-partitioned topics to partitioned topics. If you want to use the same name as a topic name and there is no data in the current topic (or you're willing to lose the current data), you can delete and re-create the topic. |
0 replies
Answer selected by
michaeljmarshall
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

There is not currently a way to convert non-partitioned topics to partitioned topics. If you want to use the same name as a topic name and there is no data in the current topic (or you're willing to lose the current data), you can delete and re-create the topic.