hrsakai opened a new pull request #41: [Issue #39]Add skip flag for cMessageId free URL: https://github.com/apache/pulsar-client-node/pull/41 It seems that [the issue](https://github.com/apache/pulsar-client-node/issues/39) occurs when gc releases `earliest(latest) messageId`. This messageId shouldn't be released. In go client library, it doesn't call `pulsar_message_id_free()` if messageid is earliest or latest. https://github.com/apache/pulsar/blob/d5036eaefcba42e6c9d159ffb14bee597d13380f/pulsar-client-go/pulsar/c_message.go#L198-L206 https://github.com/apache/pulsar/blob/d5036eaefcba42e6c9d159ffb14bee597d13380f/pulsar-client-go/pulsar/c_message.go#L169-L177
---------------------------------------------------------------- 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] With regards, Apache Git Services
