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
   
![image](https://github.com/user-attachments/assets/d32ba52a-e7ef-40be-bafd-5fa47471cf4f)
   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.
   
![image](https://github.com/user-attachments/assets/764ff1fe-1348-40ee-9a24-6ee13b2db5c8)
   
![image](https://github.com/user-attachments/assets/f3984917-dd17-49f4-b55a-73a4bc1b9b15)
   
   Logging for analytics tracking or instrumentation
   
![image](https://github.com/user-attachments/assets/3a77fba0-decc-4668-80ae-6ec9e7ba4a6d)
   
   
   ### 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]

Reply via email to