apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
51 stars 40 forks source link

[feature request] Support batch index acknowledgment #76

Open shibd opened 1 year ago

shibd commented 1 year ago

Motivation

Batch index acknowledgment can improve individual ack performance.

Refer PIP 54: Support acknowledgment at batch index level

Solution

Depend on CPP client PR release: https://github.com/apache/pulsar-client-cpp/pull/151