lvxiao1 opened a new issue, #8492: URL: https://github.com/apache/rocketmq/issues/8492
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary When deploying with Kubernetes, changes in broker IP cause the `persistAllConsumerOffset` process to take excessively long, blocking the `updateTopicRouteInfoFromNameServer` scheduling task. This requires a restart of the client to immediately restore normal functionality. ### Motivation 1. schedule Executor is single  2. Each loop requires a 2-second timeout, which means it takes 2 seconds for one queue. For 30 queues, it would take one minute.   Logging for analytics tracking or instrumentation  ### Describe the Solution You'd Like Add IP circuit breaker enhancement ### Describe Alternatives You've Considered none ### Additional Context _No response_ -- 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]
