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 2019/04/27 02:50:08 UTC

[GitHub] [pulsar] ConcurrencyPractitioner opened a new issue #4152: Allow PersistentTopics#updatePartitionedTopic to also delete partitions

ConcurrencyPractitioner opened a new issue #4152: Allow PersistentTopics#updatePartitionedTopic to also delete partitions
URL: https://github.com/apache/pulsar/issues/4152
 
 
   ### What is the problem?
   So far, in the current Pulsar REST API available to users. ```PersistentTopics#updatePartitionedTopic()``` is able to increase the number of partitions, however it is unable to delete any partitions. This behavior should be modified so that the number of partitions could be deleted as well.
   
   ### Possible Solution
   Partitions could be forcefully deleted in Pulsar API. We could possibly delete partitions in this manner, so it would not matter if there was a subcription attached to the particular partition that we wish to delete.
   
   
   

----------------------------------------------------------------
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


With regards,
Apache Git Services