pulsar-client-go
pulsar-client-go copied to clipboard
Consumer need to support commulated ack type to reducer 'acknowledgment holes'
@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.