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 2020/11/30 18:12:54 UTC

[GitHub] [pulsar-client-go] omnilight opened a new issue #403: Add ack timeout support

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


   Documentation says that there is an [Acknowledgement timeout](https://pulsar.apache.org/docs/en/concepts-messaging/#acknowledgement-timeout) in pulsar.
   
   But I can not find and mentions of this options in subscriber config.
   
   So, could you please describe, if go client supports that and, if not, what is default ack 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.

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



[GitHub] [pulsar-client-go] omnilight closed issue #403: Add ack timeout support

Posted by GitBox <gi...@apache.org>.
omnilight closed issue #403:
URL: 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.

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



[GitHub] [pulsar-client-go] merlimat commented on issue #403: Add ack timeout support

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


   This was left out on purpose from the Go client lib. Ack timeout was the wrong solution we initially applied. Later we introduced negative Acks which are better suited for most of the cases (though we couldn't remove ack timeout for compatibility reasons there).


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar-client-go] omnilight commented on issue #403: Add ack timeout support

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


   Ok, so as I understood, no ack timeout anymore. But I think, that it must be described in pulsar docs... Anyway, thank you a lot, closing issue


----------------------------------------------------------------
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:
users@infra.apache.org