apache / rocketmq-externals

Mirror of Apache RocketMQ (Incubating)
4.58k stars 3.07k forks source link

[Rocket Replicator]Synchronization for configuration infos in the source and target Rmq Cluster. #280

Open zongtanghu opened 5 years ago

zongtanghu commented 5 years ago

FEATURE REQUEST

  1. Please describe the feature you are requesting. Synchronization for configuration infos in the source and target Rmq Cluster.The configuration infomation includes topicName,offeset,TopicPerm,QueueNum and some other Subscription data.

  2. Provide any additional detail on your proposed use case for this feature. Synchronization for configuration infos in the source and target Rmq Cluster.The configuration infomation includes topicName,offeset,TopicPerm,QueueNum and some other Subscription data.

  3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue? Synchronization for configuration infos in the source and target Rmq Cluster.The configuration infomation includes topicName,offeset,TopicPerm,QueueNum and some other Subscription data.

  4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:

zongtanghu commented 5 years ago

The implemention of RmqConnector and RmqSourceTask can refer the odar-mysql-connector in the openmessaging source project.