You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/03/28 17:47:01 UTC

[pulsar] branch master updated (4e62ffc -> f3295ff)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 4e62ffc  [fix][transaction] Properly close transaction-buffer-sub non durable cursor (#14900)
     add f3295ff  [C++] Fix send callback might not be invoked in key based batching (#14898)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/lib/BatchMessageContainerBase.h | 26 ++++++++++++
 pulsar-client-cpp/lib/ProducerImpl.cc             | 49 ++++++-----------------
 pulsar-client-cpp/tests/KeyBasedBatchingTest.cc   | 32 ++++++++++++++-
 3 files changed, 69 insertions(+), 38 deletions(-)