mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
[Optimize]GroupTopic信息修改为实时获取 (#1196)
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