-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Description
BrokerTraffic clusterTraffic = new BrokerTraffic();
for (BrokerGroup brokerGroup : brokerGroupList) {
BrokerTraffic brokerTraffic = brokerGroup.getMaster().getBrokerTraffic();
if (brokerTraffic == null) {
continue;
}
clusterTraffic.add(brokerTraffic);
}
查询集群拓扑时brokerGroup.getMaster()为null导致空指针,这个一般什么原因会导致Master为空
Metadata
Metadata
Assignees
Labels
No labels