bschofield commented on issue #8311: URL: https://github.com/apache/pulsar/issues/8311#issuecomment-713006747
After discussion with @merlimat, it seems that the behavior of the C interface code is intended, and it has to be that way due to legacy client constraints. It is intended that clients using the C interface call *pulsar_message_id_free()* after a callback with a result of `pulsar_result_Ok`. Currently, the cgo interface appears to fail to make that call. Hence, the bug is in the pulsar cgo interface code. ---------------------------------------------------------------- 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]
