swuferhong commented on code in PR #1452:
URL: https://github.com/apache/fluss/pull/1452#discussion_r2664463693
##########
fluss-rpc/src/main/proto/FlussApi.proto:
##########
@@ -598,17 +598,22 @@ message RebalanceRequest {
}
message RebalanceResponse {
- repeated PbRebalancePlanForTable table_plan = 1;
+ required string rebalance_id = 1;
+ repeated PbRebalancePlanForTable table_plan = 2;
}
message ListRebalanceProgressRequest {
+ optional string rebalance_id = 1;
}
message ListRebalanceProgressResponse {
- repeated PbRebalanceProgressForTable table_progress = 1;
+ required int32 rebalance_status = 1;
Review Comment:
After a private discussion with @platinumhamburg , we can disregard
compatibility with snapshot versions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]