BewareMyPower commented on a change in pull request #8173:
URL: https://github.com/apache/pulsar/pull/8173#discussion_r672757430
##########
File path: pulsar-client-cpp/include/pulsar/c/message.h
##########
@@ -200,6 +200,12 @@ PULSAR_PUBLIC const char
*pulsar_message_get_topic_name(pulsar_message_t *messag
PULSAR_PUBLIC int pulsar_message_get_redelivery_count(pulsar_message_t
*message);
+PULSAR_PUBLIC int pulsar_message_has_schema_version(pulsar_message_t *message);
Review comment:
Yeah, you can open a PR to add the missed implementation.
--
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]