RockteMQ-AI commented on issue #691:
URL: 
https://github.com/apache/rocketmq-spring/issues/691#issuecomment-5223767020

   **Issue Evaluation**
   
   Category: `question` | Status: **Answered**
   
   Currently, `DefaultRocketMQListenerContainer` logs consumption failures at 
WARN level during retries and only escalates to ERROR after all retries are 
exhausted. This is by design — intermediate retry attempts are not terminal 
failures.
   
   If you need stricter log collection, consider:
   1. Using a custom log appender that captures WARN-level messages from 
`org.apache.rocketmq.spring.support.DefaultRocketMQListenerContainer`
   2. Filing an enhancement request to make the log level configurable per 
retry attempt
   
   For now, this behavior is intentional to avoid noise from transient failures.
   
   ---
   *Automated evaluation by RockteMQ-AI*
   


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