pulsar-client-node icon indicating copy to clipboard operation
pulsar-client-node copied to clipboard

Cumulative acknowledgement for multi-topic subscription

Open iradul opened this issue 4 years ago • 1 comments

This is most likely upstream issue but cumulative acknowledgement doesn't seem to be working when subscribed to multiple topics.

iradul avatar Mar 01 '21 05:03 iradul

This is most likely upstream issue

I think so too. This is C++ library issue. Currently, C++ library doesn't support Cumulative Ack for multi topics consumer. https://github.com/apache/pulsar/blob/v2.7.0/pulsar-client-cpp/lib/MultiTopicsConsumerImpl.cc#L574-L576 https://github.com/apache/pulsar/pull/6796

equanz avatar Mar 05 '21 02:03 equanz