BewareMyPower commented on issue #193:
URL: 
https://github.com/apache/pulsar-client-cpp/issues/193#issuecomment-1588779177

   I just checked Protobuf 3.1.0 and found no `GetDescriptor` method generated. 
It seems that we should use `descriptor()` method for backward compatibility. 
See https://protobuf.dev/reference/cpp/cpp-generated/#message
   
   > static const Descriptor* descriptor(): Returns the type’s descriptor. This 
contains information about the type, including what fields it has and what 
their types are. This can be used with 
[reflection](https://protobuf.dev/reference/cpp/api-docs/google.protobuf.message#Reflection)
 to inspect fields programmatically.


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