tabdulazim opened a new issue #201: Expose GetRedeliveryCount in the Message interface URL: https://github.com/apache/pulsar-client-go/issues/201 **Is your feature request related to a problem? Please describe.** `GetDeliveryCount` is not exposed in the Go SDK same as in the Java SDK. **Describe the solution you'd like** The `getDeliveryCount` is part of the message metadata that just need to be exposed in the Message interface **Additional context** `getRedeliveryCount` in the Java SDK https://pulsar.apache.org/api/client/org/apache/pulsar/client/api/Message.html#getRedeliveryCount-- Go has access to `getDeliveryCount` but not exposed https://github.com/apache/pulsar-client-go/blob/master/pulsar/consumer_partition.go#L426
---------------------------------------------------------------- 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
