spring-cloud-alibaba icon indicating copy to clipboard operation
spring-cloud-alibaba copied to clipboard

How Spring Cloud Stream RocketMQ Binder connect to the RocketMQ 5.x proxy ?

Open jluncc opened this issue 7 months ago • 1 comments

Which Component

RocketMQ 5.x, Spring Cloud Stream RocketMQ Binder

Describe what problem you have encountered

RocketMQ 5.x use proxy replace to name-server: https://rocketmq.apache.org/zh/version/#whats-new-in-rocketmq-50,

and if i use RocketMQ 5.x and Spring Cloud Stream ( spring-cloud-starter-stream-rocketmq:2023.0.0.0-RC1 ) , can i connect to the RocketMQ 5.x proxy instead of name-server ?

Describe what information you have read

  1. i had read this doc but can not find the solution : https://github.com/alibaba/spring-cloud-alibaba/issues/3606
  2. i had read this doc but seem still connect to the RocketMQ name-server by spring.cloud.stream.rocketmq.binder.name-server : https://github.com/alibaba/spring-cloud-alibaba/wiki/RocketMQ-en

jluncc avatar Jul 23 '24 09:07 jluncc