lhotari commented on PR #4000:
URL: https://github.com/apache/bookkeeper/pull/4000#issuecomment-1602652559

   I now found protobuf cross-version runtime guarantees:
   https://protobuf.dev/support/cross-version-runtime-guarantee/
   
   > Protobuf will not support mixing generated code and runtimes across major 
version boundaries. We will add “poison pills” where possible to detect these 
mismatches.
   
   Therefore this PR isn't currently valid. There will have to be an additional 
requirement for bookkeeper clients that they use a grpc & protobuf version at 
runtime which is compatible with the one used in bookkeeper client. There 
doesn't seem to be workarounds.
   
   


-- 
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]

Reply via email to