You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by bo...@apache.org on 2022/12/07 07:15:42 UTC

[pulsar] branch branch-2.9 updated (d5255e21ced -> 9b858bba00b)

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

bogong pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from d5255e21ced [fix][client] Fixes batch_size not checked in MessageId#fromByteArrayWithTopic (#18405)
     add 9b858bba00b [fix] [python client] Better Python garbage collection management for C++-owned objects (#16535)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                  |  1 +
 pulsar-client-cpp/python/pulsar/__init__.py | 13 +++++-
 pulsar-client-cpp/python/pulsar_test.py     | 32 ++++++++++++++
 pulsar-client-cpp/python/src/config.cc      | 65 +++++++++--------------------
 pulsar-client-cpp/python/src/utils.h        | 20 +++++++++
 5 files changed, 83 insertions(+), 48 deletions(-)