新建订阅
This commit is contained in:
@@ -57,6 +57,10 @@ export const KafkaConfigApi = {
|
||||
};
|
||||
|
||||
export const KafkaTopicApi = {
|
||||
getTopicNameList: {
|
||||
url: "/topic",
|
||||
method: "get",
|
||||
},
|
||||
getTopicList: {
|
||||
url: "/topic/list",
|
||||
method: "get",
|
||||
@@ -96,6 +100,10 @@ export const KafkaConsumerApi = {
|
||||
url: "/consumer/detail",
|
||||
method: "get",
|
||||
},
|
||||
addSubscription: {
|
||||
url: "/consumer/subscription",
|
||||
method: "post",
|
||||
},
|
||||
};
|
||||
|
||||
export const KafkaClusterApi = {
|
||||
|
||||
Reference in New Issue
Block a user