RockteMQ-AI commented on issue #673: URL: https://github.com/apache/rocketmq-spring/issues/673#issuecomment-5223768325
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** feasible **Scope:** `@RocketMQMessageListener` annotation processor **Compatibility:** backward-compatible (additive validation) Valid suggestion: The annotation processor for `@RocketMQMessageListener` should validate that `consumeThreadMin <= consumeThreadMax` at startup, failing fast with a clear error message instead of allowing misconfiguration that leads to runtime issues. This is a reasonable defensive programming improvement. A PR adding validation in `AnnotationEnhancer` or the listener container initialization would be welcome. --- *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]
