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/07/30 09:55:31 UTC

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

AnandSinha commented on issue #4824: Regex patten based topic consumers prevent topic deletion
URL: https://github.com/apache/pulsar/issues/4824#issuecomment-516351460
 
 
   Hello @sijie , while this is a perfect technical explanation of why the issue happens; this is not how one would expect a regex pattern based subscription to work.
   A regex pattern based subscription should allow the topic-list to grow when new topics are created.
   Similarly,
   the regex pattern based subscription should allow the topic-list to SHRINK when new topics are DELETED.
   
   Please do let me know if you believe that this is not a valid business requirement.
   

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