apache / rocketmq-operator

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

[ISSUE #137] Support operator watch specify namespace #180

Closed drivebyer closed 9 months ago

drivebyer commented 9 months ago

What is the purpose of the change

fix https://github.com/apache/rocketmq-operator/issues/137

Currently, one operator can only manage one RocketMQ cluster. I have deployed multiple operators to manage multiple RocketMQ clusters (one RocketMQ cluster per namespace) in my environment. In these cases, we need the operator to monitor a specific namespace.

Brief changelog

Support operator watch specify namespace

Verifying this change

XXXX

Please go through this checklist to help us incorporate your contribution quickly and easily.

Notice: It would be helpful if you could finish the following checklist (the last one is not necessary) before request the community to review your PR.

drivebyer commented 9 months ago

PTAL @caigy