mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 20:05:47 +08:00
合并主分支进行测试 (#1197)
This commit is contained in:
@@ -77,7 +77,7 @@ public class ClusterGroupsController {
|
||||
@GetMapping(value = "clusters/{clusterPhyId}/groups/{groupName}/topics-overview")
|
||||
public PaginationResult<GroupTopicOverviewVO> getGroupTopicsOverview(@PathVariable Long clusterPhyId,
|
||||
@PathVariable String groupName,
|
||||
PaginationBaseDTO dto) {
|
||||
PaginationBaseDTO dto) throws Exception {
|
||||
return groupManager.pagingGroupTopicMembers(clusterPhyId, groupName, dto);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user