apache / rocketmq-operator

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

Inconsistent Broker data retrieved from different RocketMQ NameServers. #227

Open shangjin92 opened 1 month ago

shangjin92 commented 1 month ago

Description of the issue:

There is inconsistent Broker data being retrieved when querying different RocketMQ NameServers. This inconsistency could potentially lead to issues with message routing and client connections within a distributed RocketMQ setup. image

image

Expected Result:

The Broker data retrieved from all NameServers should be consistent and identical, ensuring stable functionality throughout the RocketMQ cluster.