集群同步-》同步消费位点

This commit is contained in:
许晓东
2021-10-24 21:06:07 +08:00
parent 42c2df719f
commit 66e7ea0676
6 changed files with 194 additions and 2 deletions

View File

@@ -108,6 +108,10 @@ export const KafkaConsumerApi = {
url: "/consumer/reset/offset",
method: "post",
},
getGroupIdList: {
url: "/consumer/group/id/list",
method: "get",
},
};
export const KafkaClusterApi = {