Replies: 2 comments
|
The issue had no activity for 30 days, mark with Stale label. |
0 replies
|
Any idea about how to do this? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Context:
At the moment we cannot change the topic type from non-partitioned to partitioned for topics that already exist and contain data. Such topics can now only be deleted and created as partitioned.
In this case, we lose data.
In order to keep the existing data in topics, it is highly desirable to have a way to transform the topic type from non-partitioned to partitioned and vice versa.
Desirable solution:
For example, for the command -
pulsar-admin topics, create a key -transform-type, with flags:which will allow us to transform the topic type.
All reactions