apache / pulsar-client-go

Apache Pulsar Go Client Library
https://pulsar.apache.org/
Apache License 2.0
660 stars 335 forks source link

Consumer need to support commulated ack type to reducer 'acknowledgment holes' #657

Open baomingyu opened 3 years ago

wolfstudy commented 3 years ago

@baomingyu Commulated ack does not actually bring much performance improvement, but will increase the complexity of the current Go SDK implementation. Therefore, we deliberately abandoned this feature in the Go SDK.