RockteMQ-AI commented on issue #702: URL: https://github.com/apache/rocketmq-spring/issues/702#issuecomment-5208092034
**Issue Evaluation** Category: `type/bug` | Status: **Needs Info** The issue reports that `PushConsumer.stop()` takes a long time to execute, but no details are provided. To investigate this, please provide: - [ ] rocketmq-spring-boot-starter version - [ ] Approximate time the stop method takes - [ ] Number of consumers / consumer groups in your application - [ ] Whether this happens during graceful shutdown or manual stop - [ ] Relevant logs during the stop operation (especially any timeout or retry messages) - [ ] Thread dump during the slow stop (if possible) Common causes for slow consumer shutdown include: - Pending message acknowledgments waiting for broker response - Rebalance operations in progress - Network timeouts to unreachable brokers --- *Automated evaluation by github-manager* -- 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]
