shohi opened a new issue #296:
URL: https://github.com/apache/pulsar-client-go/issues/296


   From the source code, no callback or returned error is found.
   
   ```go
   type Consumer interface {
           // Ack the consumption of a single message
        Ack(Message)
          
           // Acknowledge the failure to process a single message.
        //
        // When a message is "negatively acked" it will be marked for 
redelivery after
        // some fixed delay. The delay is configurable when constructing the 
consumer
        // with ConsumerOptions.NAckRedeliveryDelay .
        //
        // This call is not blocking.
        Nack(Message)
   
          // ...
   }
   
   
   
   
   ```
   


----------------------------------------------------------------
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]


Reply via email to