You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/01 06:14:44 UTC

[GitHub] [pulsar-client-go] shubjain26 opened a new issue #608: Default redelivery interval of unacked messages

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] cckellogg commented on issue #608: Default redelivery interval of unacked messages

Posted by GitBox <gi...@apache.org>.
cckellogg commented on issue #608:
URL: https://github.com/apache/pulsar-client-go/issues/608#issuecomment-915370610


   Why not use negative acks for redelivery? This seems to be the recommended way in the docs (https://pulsar.apache.org/docs/en/concepts-messaging/#acknowledgement-timeout).


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] cckellogg edited a comment on issue #608: Default redelivery interval of unacked messages

Posted by GitBox <gi...@apache.org>.
cckellogg edited a comment on issue #608:
URL: https://github.com/apache/pulsar-client-go/issues/608#issuecomment-915370610


   Why not use negative acks for redelivery? This seems to be the recommended way in the docs (https://pulsar.apache.org/docs/en/concepts-messaging/#acknowledgement-timeout).
   
   It seems this was left out by design in the go client as well 
   https://github.com/apache/pulsar-client-go/issues/403


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] EAHITechnology commented on issue #608: Default redelivery interval of unacked messages

Posted by GitBox <gi...@apache.org>.
EAHITechnology commented on issue #608:
URL: https://github.com/apache/pulsar-client-go/issues/608#issuecomment-914238582


   I am developing this feature @shubjain26 


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org