bschofield commented on a change in pull request #8325:
URL: https://github.com/apache/pulsar/pull/8325#discussion_r509515848
##########
File path: pulsar-client-go/pulsar/c_go_pulsar.h
##########
@@ -61,7 +61,7 @@ static inline void
_pulsar_producer_close_async(pulsar_producer_t *producer, voi
pulsar_producer_close_async(producer, pulsarProducerCloseCallbackProxy,
ctx);
}
-void pulsarProducerSendCallbackProxy(pulsar_result result, pulsar_message_id_t
*message, void *ctx);
+void pulsarProducerSendCallbackProxy(pulsar_result result, pulsar_message_id_t
*messageId, void *ctx);
Review comment:
This doesn't change anything, it's just for consistency with the next
line.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]