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
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
Any
RocketMQ version
Master branch
JDK Version
Any
Describe the Bug
when consumerGroup is updated and redeploy, an extra + appears in the results. The result is that all previously written attributes become invalid, So I must update the attribute again.
Steps to Reproduce
start broker
update consumerGroup with attribute A
redeploy
the attribute A not valid
when you update consumerGroup with attribute A. In the broker log, it has two attribute: one is A, one is +A .