Open sijie opened 3 years ago
Original Issue: apache/pulsar-client-go#658
In PIP-106, 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:
ConsumerOptions
NackBackoffPolicy *NackBackoffPolicy
Original Issue: apache/pulsar-client-go#658
In PIP-106, 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: