限流,支持客户端ID修改、删除.

This commit is contained in:
许晓东
2023-02-05 22:01:37 +08:00
parent ee6defe5d2
commit 608f7cdc47
10 changed files with 541 additions and 54 deletions

View File

@@ -303,4 +303,8 @@ export const KafkaClientQuotaApi = {
url: "/client/quota",
method: "post",
},
deleteClientQuotaConfigs: {
url: "/client/quota",
method: "delete",
},
};