GroupList groupList = new GroupList();
try {
clusterName =
this.findTopicBelongToWhichCluster(topic, clusterInfo, defaultMQAdminExt);
groupList = defaultMQAdminExt.queryTopicConsumeByWho(topic);
}
catch (Exception e) {
}
if (null == groupList || groupList.getGroupList().isEmpty()) {