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


   May not be a bug, but configuration issue. 
   
   #### Expected behavior
   
   If a consumer is not doing acking the message, it should be redelivered to 
the same or other consumer.
   It only gets redelivered if the consumer  restarts.
   
   #### Actual behavior
   
   It never gets redelivered in pulsar-go-client, however in python client I 
can use `unacked_messages_timeout_ms` to set redelivery interval. 
   
   Questions also posted on 
`https://stackoverflow.com/questions/69004692/pulsar-goclient-equivalent-of-unacked-messages-timeout-ms-py-client`
   
   #### Steps to reproduce
   
   1. consumer receives the message
   2. no ack to the message
   3. wait for new messages  (will be waiting for ever)
   
   #### System configuration
   
   pulsar-client-go version: 0.6.0
   pulsar-version: 2.8.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]


Reply via email to