消费提交位移分区

This commit is contained in:
许晓东
2021-11-14 22:10:04 +08:00
parent 1f3daec445
commit a6ddb913f6
6 changed files with 126 additions and 1 deletions

View File

@@ -156,6 +156,10 @@ export const KafkaConsumerApi = {
url: "/consumer/topic/subscribed",
method: "get",
},
getOffsetPartition: {
url: "/consumer/offset/partition",
method: "get",
},
};
export const KafkaClusterApi = {