集群同步-》位移对齐记录展示

This commit is contained in:
许晓东
2021-10-27 20:21:15 +08:00
parent 3b01f28446
commit 73080f7eb1
7 changed files with 260 additions and 4 deletions

View File

@@ -134,4 +134,12 @@ export const KafkaOpApi = {
url: "/op/sync/min/offset/alignment",
method: "post",
},
getOffsetAlignmentList: {
url: "/op/sync/alignment/list",
method: "get",
},
deleteAlignment: {
url: "/op/sync/alignment",
method: "delete",
},
};