This is an automated email from the ASF dual-hosted git repository.
xyz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git
from 5b26626 [fix] Fix missing schema related function definitions (#171)
add 06eab69 Support batch index acknowledgment (#151)
No new revisions were added by this update.
Summary of changes:
include/pulsar/ConsumerConfiguration.h | 17 +++++
lib/AckGroupingTracker.cc | 5 +-
lib/AckGroupingTrackerEnabled.cc | 19 +++++-
lib/BatchMessageAcker.h | 2 +
lib/BatchedMessageIdImpl.h | 2 +
lib/BitSet.h | 17 +++++
lib/Commands.cc | 9 ++-
lib/Commands.h | 3 +-
lib/ConsumerConfiguration.cc | 7 +++
lib/ConsumerConfigurationImpl.h | 1 +
lib/ConsumerImpl.cc | 24 +++++++-
lib/ConsumerImpl.h | 3 +-
lib/MessageIdImpl.h | 7 +++
lib/MessageIdUtil.h | 2 +
test-conf/standalone-ssl.conf | 3 +
tests/AcknowledgeTest.cc | 109 ++++++++++++++++++++++++++++++---
tests/BitSetTest.cc | 7 +++
tests/ConsumerConfigurationTest.cc | 4 ++
tests/ConsumerWrapper.h | 70 +++++++++++++++++----
19 files changed, 280 insertions(+), 31 deletions(-)