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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
