pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

[feat][cpp] Consumer support batch receive messages.

Open shibd opened this issue 3 years ago • 2 comments

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

shibd avatar Sep 02 '22 09:09 shibd

/pulsarbot run-failure-checks

shibd avatar Sep 03 '22 02:09 shibd

@Anonymitaet @momo-jun Could any of you help review the document parts (i.e. files under pulsar-client-cpp/include/pulsar) of this PR?

BewareMyPower avatar Sep 21 '22 07:09 BewareMyPower

Resubmit the PR in pulsar-client-cpp repository: https://github.com/apache/pulsar-client-cpp/pull/21

shibd avatar Oct 07 '22 11:10 shibd