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(-)

Reply via email to