swuferhong commented on code in PR #1452:
URL: https://github.com/apache/fluss/pull/1452#discussion_r2663932091
##########
fluss-server/src/main/java/org/apache/fluss/server/zk/data/RebalancePlanJsonSerde.java:
##########
@@ -59,6 +60,7 @@ public class RebalancePlanJsonSerde
public void serialize(RebalancePlan rebalancePlan, JsonGenerator
generator) throws IOException {
generator.writeStartObject();
generator.writeNumberField(VERSION_KEY, VERSION);
+ generator.writeStringField(REBALANCE_ID,
rebalancePlan.getRebalanceId());
Review Comment:
As 0.9 not published, I think we need not to consider the version increment
in the same snapshot version.
--
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]