consumer group search and delete function

This commit is contained in:
许晓东
2021-09-11 16:19:13 +08:00
parent d36791e600
commit 968d053bcd
8 changed files with 101 additions and 43 deletions

View File

@@ -70,6 +70,10 @@ export const KafkaTopicApi = {
export const KafkaConsumerApi = {
getConsumerGroupList: {
url: "/consumer/group/list",
method: "get",
method: "post",
},
deleteConsumerGroup: {
url: "/consumer/group",
method: "delete",
},
};