You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2021/01/25 02:43:14 UTC

[pulsar] branch master updated (47b05c4 -> 0e6bbc8)

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

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


    from 47b05c4  Fix: don't attempt to clean up packages when Source/Sink is builtin (#9289)
     add 0e6bbc8  [Python] Return MessageId in producer's synchronous send method (#9287)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/include/pulsar/Producer.h        | 23 +++++++++---
 .../include/pulsar/ProducerConfiguration.h         | 42 ++++++++++++++++++++++
 pulsar-client-cpp/lib/Producer.cc                  | 11 ++++++
 pulsar-client-cpp/python/pulsar/__init__.py        |  6 ++--
 pulsar-client-cpp/python/pulsar_test.py            | 12 +++++++
 pulsar-client-cpp/python/src/producer.cc           |  8 +++--
 pulsar-client-cpp/tests/ProducerTest.cc            | 28 +++++++++++++--
 7 files changed, 120 insertions(+), 10 deletions(-)