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/11/02 03:03:13 UTC

[GitHub] [pulsar-client-go] wolfstudy opened a new issue #658: Support nack backoff policy for Go SDK

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


   In [PIP-106](https://github.com/apache/pulsar/issues/12379), we introduce the nack backoff policy and the java impl refer to https://github.com/apache/pulsar/pull/12566.
   
   In Go SDK, we need to catch up the feature. The initial idea is to expose the new option in `ConsumerOptions`, as follows:
   
   ```
   NackBackoffPolicy *NackBackoffPolicy
   ```
   
   
   


-- 
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] wolfstudy closed issue #658: Support nack backoff policy for Go SDK

Posted by GitBox <gi...@apache.org>.
wolfstudy closed issue #658:
URL: https://github.com/apache/pulsar-client-go/issues/658


   


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