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 2021/02/19 00:56:56 UTC

[GitHub] [pulsar] codelipenghui commented on issue #9585: The consumer doesn't reconnect to the multi partitioned topic after the topic deletion and recreating

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