You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/05/22 05:55:52 UTC

[pulsar] branch master updated (2bd614a -> 67adf0a)

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

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


    from 2bd614a  feat: update website docker image (#10678)
     add 67adf0a  [Issue 9204][Python/C++]Expose replicateSubscriptionState setting for python/c++ consumer (#10243)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/include/pulsar/ConsumerConfiguration.h | 13 +++++++++++++
 pulsar-client-cpp/lib/Commands.cc                        |  3 ++-
 pulsar-client-cpp/lib/Commands.h                         |  2 +-
 pulsar-client-cpp/lib/ConsumerConfiguration.cc           |  8 ++++++++
 pulsar-client-cpp/lib/ConsumerConfigurationImpl.h        |  1 +
 pulsar-client-cpp/lib/ConsumerImpl.cc                    |  8 ++++----
 pulsar-client-cpp/python/pulsar/__init__.py              |  8 +++++++-
 pulsar-client-cpp/python/pulsar_test.py                  |  4 ++++
 pulsar-client-cpp/python/src/config.cc                   |  2 ++
 9 files changed, 42 insertions(+), 7 deletions(-)