RockteMQ-AI commented on issue #684: URL: https://github.com/apache/rocketmq-spring/issues/684#issuecomment-5223767100
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** The `sslEnabled` property in `rocketmq-v5-client-spring-boot-starter` has no configuration hook for PushConsumer, yet `ClientConfigurationBuilder` defaults it to `true`. This means TLS is always enabled with no way to disable it via Spring configuration. **Root Cause:** Missing `@ConfigurationProperties` binding for the SSL/TLS attribute in the PushConsumer auto-configuration. **Impact:** Users cannot connect to non-TLS RocketMQ clusters when using the v5 starter. **Severity:** high — blocks basic usage in non-TLS environments. A fix should expose `sslEnabled` as a configurable property in the starter's configuration properties. --- *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]
