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 2020/12/15 00:27:26 UTC

[pulsar] branch master updated (f76655a -> a3ac12e)

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 f76655a  Intercept beforeSendMessage calls (#8932)
     add a3ac12e  [C++] Add consumer's configs for reader (#8905)

No new revisions were added by this update.

Summary of changes:
 .../include/pulsar/ReaderConfiguration.h           |  93 ++++++++++++++
 pulsar-client-cpp/lib/ReaderConfiguration.cc       |  76 +++++++++++
 pulsar-client-cpp/lib/ReaderConfigurationImpl.h    |  20 +--
 pulsar-client-cpp/lib/ReaderImpl.cc                |  18 +++
 pulsar-client-cpp/lib/ReaderImpl.h                 |  10 +-
 pulsar-client-cpp/tests/ReaderConfigurationTest.cc | 141 +++++++++++++++++++++
 6 files changed, 347 insertions(+), 11 deletions(-)
 create mode 100644 pulsar-client-cpp/tests/ReaderConfigurationTest.cc