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/09/19 20:38:14 UTC

[GitHub] [pulsar] merlimat opened a new pull request #5230: Allow for topic deletions with regex consumers

merlimat opened a new pull request #5230: Allow for topic deletions with regex consumers
URL: https://github.com/apache/pulsar/pull/5230
 
 
   ### Motivation
   
   Currently it's not possible to delete topics when there is a regex consumer attached to them. The reason is that the regex consumer will immediately reconnect and cause the topic to be re-created.
   
   ### Modifications
   
    * Added a flag in CommandSubscribe so that a regex consumer will never trigger the creation of a topic.
    * Subscribing to a non-existing topic, will give a specific error, that the consumer will interpret as a permanent failure and thus will stop retrying.
   

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