集群同步-》最小位移对齐

This commit is contained in:
许晓东
2021-10-26 20:20:46 +08:00
parent 8545cba28e
commit a06b6dbb5f
10 changed files with 158 additions and 2 deletions

View File

@@ -130,4 +130,8 @@ export const KafkaOpApi = {
url: "/op/sync/consumer/offset",
method: "post",
},
minOffsetAlignment: {
url: "/op/sync/min/offset/alignment",
method: "post",
},
};