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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to