RockteMQ-AI commented on issue #1340: URL: https://github.com/apache/rocketmq-clients/issues/1340#issuecomment-5440297933
**Issue Evaluation** Category: bug | Status: **Confirmed** This is a valid issue. When the PushConsumer cache drains and new messages arrive, the consumer waits the full cache backoff period before resuming, causing unnecessary latency. The backoff should be reset or shortened when the cache transitions from full to empty. **Root Cause:** Cache backoff timer not being cancelled/reset when cache drains. **Impact:** Increased message delivery latency after burst consumption patterns. **Severity:** Medium — affects consumption responsiveness. --- *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]
