apache / rocketmq-spring

Apache RocketMQ Spring Integration
https://rocketmq.apache.org/
Apache License 2.0
2.09k stars 894 forks source link

消费者注册时候对nameserver取值有点问题 #678

Open yuanxiaomu opened 2 weeks ago

yuanxiaomu commented 2 weeks ago

版本5.3.0,DefaultRocketMQListenerContainer.java

private void initRocketMQPushConsumer() throws MQClientException { }

只判断了对象非空,对于空字符串的时候没有做处理。

1724382639352_ED180A5E-A8DF-4a15-A2F4-E81A187DBD46