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 2021/12/21 15:52:18 UTC

[pulsar] branch master updated (6e3af7f -> 636d5b4)

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 6e3af7f  Fix TopicsImpl compile failure. (#13434)
     add 636d5b4  Apply clang-format check for python wrapper (#13418)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/CMakeLists.txt                |   2 +
 pulsar-client-cpp/python/src/authentication.cc  |  44 ++--
 pulsar-client-cpp/python/src/client.cc          |  63 +++---
 pulsar-client-cpp/python/src/config.cc          | 256 ++++++++++++------------
 pulsar-client-cpp/python/src/consumer.cc        |  81 ++++----
 pulsar-client-cpp/python/src/cryptoKeyReader.cc |   2 +-
 pulsar-client-cpp/python/src/enums.cc           | 162 +++++++--------
 pulsar-client-cpp/python/src/exceptions.cc      |  49 +++--
 pulsar-client-cpp/python/src/message.cc         | 147 ++++++--------
 pulsar-client-cpp/python/src/producer.cc        |  71 ++++---
 pulsar-client-cpp/python/src/pulsar.cc          |   4 +-
 pulsar-client-cpp/python/src/reader.cc          |  48 ++---
 pulsar-client-cpp/python/src/schema.cc          |  10 +-
 pulsar-client-cpp/python/src/utils.h            |   3 +-
 14 files changed, 439 insertions(+), 503 deletions(-)