You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/02/26 11:52:51 UTC

[GitHub] [pulsar] disserakt opened a new issue #9739: Add the ability to transform an existing non-partitioned to a partitioned topic without deleting it.

disserakt opened a new issue #9739:
URL: https://github.com/apache/pulsar/issues/9739


   **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:
   ```
   --to-non-partitioned
   --to-partitioned
   ```
   which will allow us to transform the topic type.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui commented on issue #9739: Add the ability to transform an existing non-partitioned to a partitioned topic without deleting it.

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #9739:
URL: https://github.com/apache/pulsar/issues/9739#issuecomment-1058892879


   The issue had no activity for 30 days, mark with Stale label.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org