wuchong commented on code in PR #2326:
URL: https://github.com/apache/fluss/pull/2326#discussion_r2779355029
##########
fluss-rpc/src/main/proto/FlussApi.proto:
##########
@@ -378,11 +364,13 @@ message GetKvSnapshotMetadataResponse {
repeated PbRemotePathAndLocalFile snapshot_files = 2;
}
-message GetLatestLakeSnapshotRequest {
+message GetLakeSnapshotRequest {
Review Comment:
Why change the RPC method name? Did you verify whether this will break
compatibility with old version clients? The request sent by older client may be
recognized by the new server?
--
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]