topic 限流

This commit is contained in:
许晓东
2021-11-27 19:46:06 +08:00
parent 4639335a9d
commit 34c87997d1
9 changed files with 263 additions and 8 deletions

View File

@@ -125,6 +125,10 @@ export const KafkaTopicApi = {
url: "/topic/replica/assignment",
method: "post",
},
configThrottle: {
url: "/topic/replica/throttle",
method: "post",
},
};
export const KafkaConsumerApi = {