You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue tracker is ONLY used for bug report and feature request.
Any question or RocketMQ proposal please use our mailing lists.
BUG REPORT
when I use @RefreshScope( with alibaba nacos ) to make hot deploy properties features,rocketmq-spring will find some bean name with scopeTarget. , that will make some name for one bean,and register replace consumer with clientId like "IP@PID" , that is not work for rocketmq 4.6.0.
FEATURE REQUEST
filter bean without spring proxy
this fix on PR#210
The text was updated successfully, but these errors were encountered:
The issue tracker is ONLY used for bug report and feature request.
Any question or RocketMQ proposal please use our mailing lists.
BUG REPORT
when I use @RefreshScope( with alibaba nacos ) to make hot deploy properties features,
rocketmq-spring
will find some bean name withscopeTarget.
, that will make some name for one bean,and register replace consumer with clientId like "IP@PID" , that is not work forrocketmq
4.6.0.FEATURE REQUEST
filter bean without spring proxy
this fix on PR#210
The text was updated successfully, but these errors were encountered: