You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/01/14 11:58:34 UTC

[GitHub] [rocketmq] Jaskey edited a comment on issue #2599: 如何实现消息在生产环境和灰度环境的隔离

Jaskey edited a comment on issue #2599:
URL: https://github.com/apache/rocketmq/issues/2599#issuecomment-759879633


   Different customer will have their totally own different topology, so it is hard to give you an answer  since you only provide so little inputs.
   
   While you can try these:
   
   1. use two totally different environments with different rocketmq broker clusters. When you need to send to gray env, register the grays' name server, when you needs prod env, register the prov's.
   2. use the some rocketmq broker clusters, while give a env flag for every topics like: prod_xxxx, gray_xxx; Then, your client uses the topic accordingly. 


----------------------------------------------------------------
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:
users@infra.apache.org