增加分区

This commit is contained in:
许晓东
2021-10-19 14:40:17 +08:00
parent 0f4663d58f
commit 83c8217d73
6 changed files with 77 additions and 28 deletions

View File

@@ -73,6 +73,10 @@ export const KafkaTopicApi = {
url: "/topic/new",
method: "post",
},
addPartition: {
url: "/topic/partition/new",
method: "post",
},
};
export const KafkaConsumerApi = {