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