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/08/05 08:54:59 UTC

[GitHub] [pulsar] jiazhai commented on issue #4824: Regex patten based topic consumers prevent topic deletion

jiazhai commented on issue #4824: Regex patten based topic consumers prevent topic deletion
URL: https://github.com/apache/pulsar/issues/4824#issuecomment-518147163
 
 
   @AnandSinha,Yes, from my view, it is better to unsub the topic first, then do a clean topic delete, instead of delete topic by force. user could get all the subscriptions information from topics stats/stats-internal. 
   
   As @sijie mentioned, by default, topics will be auto-created if consumer/producer get reconnect. This is not in the scope of "regex subscription", even a consumer that subscribed on a dedicated topic will also re-create topic once it is deleted. If user don't want to see the topic again, he need first un-sub all consumers, and close all producers.
   

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