justinrixx commented on issue #403: URL: https://github.com/apache/pulsar-client-go/issues/403#issuecomment-2226402482
>No. You should either use `Nack` or `ReconsumeLater` to redelivery those messages. Is this the recommendation for handling errors from `Ack`? (processing is already complete, just failed to let the broker know that) As a newbie the docs led me to believe an ack timeout was the right way to handle this which is what led me to this issue. I was particularly confused [when I found this issue](https://github.com/apache/pulsar/issues/3455) which uses `AckTimeout` but I couldn't find references to that field in the godoc, even going back to v0.1.0. -- 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]
