forfuns opened a new pull request #210: fixed spring scopeTarget will repeat consumer instance URL: https://github.com/apache/rocketmq-spring/pull/210 ## What is the purpose of the change change consumer listener use SpringContext getBeansWithAnnotation will get same bean with scopeTarget ,cause repeat consumer client with same clientId(IP@PID on rocketmq-client 4.6.0) ## Brief changelog fix scopeTarget bean instance same clientId ## Verifying this change use @RefreshScope on RocketMQListener , will registration is the same clientId on RocketMQ-Console consumer client (same IP@PID),will thorws error (log : `has been created before, specify another name please.`) , but only on rocketmq-client version >= 4.6.0
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
