RockteMQ-AI commented on PR #662: URL: https://github.com/apache/rocketmq-spring/pull/662#issuecomment-5771472001
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Assessment:** The request is to change `DefaultRocketMQListenerContainer#getMessageType()` from `private` to `protected` to allow subclass customization of message type resolution. **Feasibility:** Feasible — simple visibility modifier change with no behavioral impact. **Scope:** Single method in `DefaultRocketMQListenerContainer`. **Compatibility:** No breaking changes — widening visibility from `private` to `protected` is backward compatible. **Risk:** Low — subclasses can override type resolution, which is a reasonable extension point for custom business logic. This is a reasonable extensibility improvement. A PR would be welcome. --- *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]
