You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/30 19:56:22 UTC

[GitHub] [pulsar-client-cpp] merlimat opened a new pull request, #13: Fixed protobuf compatibility

merlimat opened a new pull request, #13:
URL: https://github.com/apache/pulsar-client-cpp/pull/13

   ### Motivation
   
   Protobuf has broken the compatibility for C++ generated code in 3.20 release. 
   
   This break compilation in our tests for native protobuf schema. We should use a macro to check the version and use either static or non-static access for the `GetDescriptor()` call. 


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-client-cpp] merlimat closed pull request #13: Fixed protobuf compatibility

Posted by GitBox <gi...@apache.org>.
merlimat closed pull request #13: Fixed protobuf compatibility
URL: https://github.com/apache/pulsar-client-cpp/pull/13


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org