[Feature]MM2管理-补充集群Group列表信息(#894)

This commit is contained in:
zengqiao
2023-02-09 16:56:36 +08:00
committed by EricZeng
parent ab6a4d7099
commit e5c6d00438
5 changed files with 20 additions and 58 deletions

View File

@@ -39,5 +39,5 @@ public interface GroupManager {
Result<Void> resetGroupOffsets(GroupOffsetResetDTO dto, String operator) throws Exception;
List<GroupTopicOverviewVO> getGroupTopicOverviewVOList (Long clusterPhyId, List<GroupMemberPO> groupMemberPOList);
List<GroupTopicOverviewVO> getGroupTopicOverviewVOList(Long clusterPhyId, List<GroupMemberPO> groupMemberPOList);
}