We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2219fd8 commit 27c2916Copy full SHA for 27c2916
client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java
@@ -118,7 +118,7 @@ public class MQClientInstance {
118
private final Lock lockHeartbeat = new ReentrantLock();
119
120
/**
121
- * 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.
122
* And the value is the broker instance list that belongs to the broker cluster.
123
* For the sub map, the key is the id of single broker instance, and the value is the address.
124
*/
0 commit comments