codelipenghui commented on issue #9585:
URL: https://github.com/apache/pulsar/issues/9585#issuecomment-781738542


   @alexku7 @mlyahmed  The problem is after you disabled the topic 
auto-creation and delete the topic forcefully, the regular consumer can't 
reconnect after recreating this topic? But the regex consumer works?
   
   If I understand correctly, this is expected behavior. If the topic-auto 
creation is disabled, the consumer will stop when occurs 
TopicNotFoundException. The regex consumer has different behavior, the regex 
consumer will fetch topics that can match the regex, so it will reconnect to 
the recreated topic.


----------------------------------------------------------------
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:
[email protected]


Reply via email to