取消正在进行的副本重分配,消费组->消费详情增加刷新按钮
This commit is contained in:
@@ -214,4 +214,12 @@ export const KafkaOpApi = {
|
||||
url: "/op/broker/throttle",
|
||||
method: "delete",
|
||||
},
|
||||
currentReassignments: {
|
||||
url: "/op/replication/reassignments",
|
||||
method: "get",
|
||||
},
|
||||
cancelReassignment: {
|
||||
url: "/op/replication/reassignments",
|
||||
method: "delete",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user