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


   Hi @codelipenghui 
   
   The problem that if we don't allow the auto topic creation at all ( the 
requirement in most secured environments) , we encounter with that issue.
   
   Let's say that some legitimate topic was deleted for any reason, let's say 
by mistake. In this case, the consumer simple is being disconnected and 
"stuck". It doesn't have any retry or re-discovery logic like a regex  consumer 
with pattern. 
   Moreover the client doesn't have any event or error in this case. So the 
only one solution is to determine the all clients and ask them to restart. That 
the problem :(
   
   I think the only one thing is needed - some retry or rediscovery logic 
similar to the regex consumer with a pattern
   


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