This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push: new 27c29162f4 [ISSUE #8701] Fix documentation for brokerAddrTable property in MQClientInstance.java (#9263) 27c29162f4 is described below commit 27c29162f47fa6875be31fb0eb4103241c06c1c6 Author: DivyanshIITB <divyanshag1...@gmail.com> AuthorDate: Thu Mar 20 08:44:30 2025 +0530 [ISSUE #8701] Fix documentation for brokerAddrTable property in MQClientInstance.java (#9263) --- .../java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java b/client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java index eba654c22d..d2a4694bb0 100644 --- a/client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java +++ b/client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java @@ -118,7 +118,7 @@ public class MQClientInstance { private final Lock lockHeartbeat = new ReentrantLock(); /** - * The container which stores the brokerClusterInfo. The key of the map is the brokerCluster name. + * The container which stores the brokerClusterInfo. The key of the map is the broker name. * And the value is the broker instance list that belongs to the broker cluster. * For the sub map, the key is the id of single broker instance, and the value is the address. */