GuanZFF opened a new issue, #23936:
URL: https://github.com/apache/pulsar/issues/23936

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Read release policy
   
   - [x] I understand that unsupported versions don't get bug fixes. I will 
attempt to reproduce the issue on a supported version of Pulsar client and 
Pulsar broker.
   
   
   ### Version
   
   java 1.8
   pulsar client 2.7.2
   pulsar broker 2.7.2
   
   ### Minimal reproduce step
   
   The broker notified the consumer to go offline while triggering the 
execution of the dynamic expansion partition task. Reconnected consumers cannot 
be restored
   
   ### What did you expect to see?
   
   No need to exclude consumers, during the process of reconnecting consumers
   
   ### What did you see instead?
   
   consumers.entrySet().removeIf(e -> 
TopicName.get(e.getKey()).getPartitionedTopicName().equals(topicName) && 
!e.getValue().isConnected());
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to