重置消费位点

This commit is contained in:
许晓东
2021-10-22 17:22:26 +08:00
parent 11df2d016b
commit 36bb140c79
9 changed files with 164 additions and 7 deletions

View File

@@ -104,6 +104,10 @@ export const KafkaConsumerApi = {
url: "/consumer/subscription",
method: "post",
},
resetOffset: {
url: "/consumer/reset/offset",
method: "post",
},
};
export const KafkaClusterApi = {