apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
314 stars 127 forks source link

[New Feature] Add TopicTransfer CRD for Topic Transfer Feature with Atomicity #8

Closed liuruiyiyang closed 5 years ago

liuruiyiyang commented 5 years ago

Change List:

  1. Add a new feature of topic transfer operation with corresponding CRD and controller.
  2. Add some implementations of operation undo-process for topic transfer operation atomicity.
  3. Add some docs about the new feature Topic Transfer
  4. Fix a bug that happens when scaling up broker cluster if config path does not exist.
  5. Replace some magic numbers with constants.