pulsar
pulsar copied to clipboard
[feat][cpp] Consumer support batch receive messages.
Motivation
https://github.com/apache/pulsar/issues/17140
Modifications
- Consumer support batch receives messages.
- Abstract common implementation to
ConsumerImplBase. acknowledge(Messages<?> messages)is not supported for the time being, and it needs to implement https://github.com/apache/pulsar/issues/17428 first.
Documentation
- [x]
doc
Matching PR in forked repository
https://github.com/shibd/pulsar/pull/15
/pulsarbot run-failure-checks
@Anonymitaet @momo-jun Could any of you help review the document parts (i.e. files under pulsar-client-cpp/include/pulsar) of this PR?
Resubmit the PR in pulsar-client-cpp repository: https://github.com/apache/pulsar-client-cpp/pull/21