pan3793 commented on PR #13: URL: https://github.com/apache/incubator-uniffle/pull/13#issuecomment-1176495767
> According to [gRPC Versioning Guide](https://github.com/grpc/grpc/blob/master/doc/versioning.md), there is only backward compatibility. The document says: > Most importantly, a major version increase must not break wire compatibility with other gRPC implementations so that existing gRPC libraries remain fully interoperable. > Backward compatibility can be broken by a minor release if the API affected by the change was marked as EXPERIMENTAL upon its introduction. > That means that no backward incompatible protocol changes are allowed: old clients must continue interoperating correctly with new servers and new servers with old clients. Then I think there is no compatibility issue that will be introduced by upgrading gRPC deps. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
