makabakaboom commented on issue #3265:
URL: https://github.com/apache/rocketmq/issues/3265#issuecomment-900140706


   
![image](https://user-images.githubusercontent.com/15335431/129700669-b2853588-266b-445a-9912-7346bbf562b8.png)
   
   
应用场景主要是用于灰度发布场景,默认没有灰度实例情况下,将所有实例进行分配。在需要业务小规模上线试用的情况下,只需要灰度部分消费实例并打上灰度标签,即可将固定比例的队列分配给灰度的实例进行消费,并在发送端通过相同算法将灰度流量发送到指定队列,待灰度验证完成后,后续可以将所有消费更新消费至新逻辑,并将灰度节点标签去掉,完成上线


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to