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/12/31 06:45:13 UTC

[GitHub] [rocketmq] lizhimins commented on issue #3679: [feature] Support attributes in TopicConfig

lizhimins commented on issue #3679:
URL: https://github.com/apache/rocketmq/issues/3679#issuecomment-1003287084


   It is a very valuable suggestion. For the rocktemq multi-replica group model, the leader / master of each replica group is responsible for the management of the authoritative metadata information of the group. In fact, there are two problems to be solved here.
   1. How to modify the metadata of different brokers consistently. For example, for a topic, modify key1=a, but part of the broker key1=b actually?
   2. Reverse query topic label cannot be performed. This is similar to how to obtain match resources in K8s
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org