RockteMQ-AI commented on issue #755: URL: https://github.com/apache/rocketmq-spring/issues/755#issuecomment-5296592431
**Issue Evaluation** Category: `enhancement` | Status: **Needs Info** Thanks for raising this. A codebase search shows that the current code already uses `Assert.hasText()` (which checks both null and empty strings) in the relevant validation paths — e.g., `ListenerContainerConfiguration`, `ExtConsumerResetConfiguration`, and `DefaultListenerContainer`. Could you clarify which specific class or method still uses `Assert.isNull()` where an empty-string check is needed? A file/line reference or a reproduction scenario would help us verify and address this. --- *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]
