主页展示Broker API的版本兼容信息

This commit is contained in:
许晓东
2022-01-22 23:07:41 +08:00
parent 058cd5a24e
commit d939d7653c
11 changed files with 637 additions and 90 deletions

View File

@@ -203,6 +203,10 @@ export const KafkaClusterApi = {
url: "/cluster/info/peek",
method: "get",
},
getBrokerApiVersionInfo: {
url: "/cluster/info/api/version",
method: "get",
},
};
export const KafkaOpApi = {