RockteMQ-AI commented on issue #683: URL: https://github.com/apache/rocketmq-spring/issues/683#issuecomment-5223767236
**Issue Evaluation** Category: `type/bug` | Status: **Needs Info** When using `rocketmq-spring-boot-starter` with a Proxy address as the NameServer, the client still connects directly to the Broker instead of routing through the Proxy. To help verify this issue, please provide: - [ ] Starter version (`rocketmq-spring-boot-starter` or `rocketmq-v5-client-spring-boot-starter`?) - [ ] Full `application.yml` configuration (redact sensitive values) - [ ] Whether you're using the v4-compatible starter or the v5 client starter - [ ] Network trace showing direct Broker connections Note: The v4-compatible starter (`rocketmq-spring-boot-starter`) uses the remoting protocol and connects directly to Brokers by design. Only the v5 client starter (`rocketmq-v5-client-spring-boot-starter`) routes through the Proxy via gRPC. --- *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]
