变更副本信息

This commit is contained in:
许晓东
2021-11-20 22:35:38 +08:00
parent 7a98eb479f
commit a219551802
3 changed files with 86 additions and 13 deletions

View File

@@ -121,6 +121,10 @@ export const KafkaTopicApi = {
url: "/topic/replica/assignment",
method: "get",
},
updateReplicaAssignment: {
url: "/topic/replica/assignment",
method: "post",
},
};
export const KafkaConsumerApi = {