show topic partition info
This commit is contained in:
@@ -65,6 +65,10 @@ export const KafkaTopicApi = {
|
||||
url: "/topic",
|
||||
method: "delete",
|
||||
},
|
||||
getPartitionInfo: {
|
||||
url: "/topic/partition",
|
||||
method: "get",
|
||||
},
|
||||
};
|
||||
|
||||
export const KafkaConsumerApi = {
|
||||
|
||||
Reference in New Issue
Block a user