mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2025-09-11 03:49:06 +08:00
[ISSUE #670] Fix building error
This commit is contained in:
@@ -327,7 +327,7 @@ public class DashboardCollectTask {
|
|||||||
private void addSystemTopic() throws Exception {
|
private void addSystemTopic() throws Exception {
|
||||||
ClusterInfo clusterInfo = mqAdminExt.examineBrokerClusterInfo();
|
ClusterInfo clusterInfo = mqAdminExt.examineBrokerClusterInfo();
|
||||||
HashMap<String, Set<String>> clusterTable = clusterInfo.getClusterAddrTable();
|
HashMap<String, Set<String>> clusterTable = clusterInfo.getClusterAddrTable();
|
||||||
for(Map.Entry<String, Set<String>> entry : clusterTable.entrySet()){
|
for (Map.Entry<String, Set<String>> entry : clusterTable.entrySet()) {
|
||||||
String clusterName = entry.getKey();
|
String clusterName = entry.getKey();
|
||||||
TopicValidator.addSystemTopic(clusterName);
|
TopicValidator.addSystemTopic(clusterName);
|
||||||
Set<String> brokerNames = entry.getValue();
|
Set<String> brokerNames = entry.getValue();
|
||||||
|
Reference in New Issue
Block a user