Skip to content

Commit 27c2916

Browse files
authored
[ISSUE #8701] Fix documentation for brokerAddrTable property in MQClientInstance.java (#9263)
1 parent 2219fd8 commit 27c2916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public class MQClientInstance {
118118
private final Lock lockHeartbeat = new ReentrantLock();
119119

120120
/**
121-
* The container which stores the brokerClusterInfo. The key of the map is the brokerCluster name.
121+
* The container which stores the brokerClusterInfo. The key of the map is the broker name.
122122
* And the value is the broker instance list that belongs to the broker cluster.
123123
* For the sub map, the key is the id of single broker instance, and the value is the address.
124124
*/

0 commit comments

Comments
 (0)