You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2021/06/25 18:51:36 UTC

[pulsar] branch master updated (da623c8 -> eaa4ab0)

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 da623c8  Capitalize cli menu item (#11063)
     add eaa4ab0  [C++] Fix Setting KeySharedMeta in SubscribeCommand (#11088)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/include/pulsar/KeySharedPolicy.h |  16 +++
 pulsar-client-cpp/lib/Commands.cc                  |   9 +-
 pulsar-client-cpp/lib/KeySharedPolicy.cc           |  28 ++++
 pulsar-client-cpp/lib/KeySharedPolicyImpl.h        |   1 +
 ...haredConsumerTest.cc => KeySharedPolicyTest.cc} | 158 ++++++++-------------
 5 files changed, 114 insertions(+), 98 deletions(-)
 copy pulsar-client-cpp/tests/{KeySharedConsumerTest.cc => KeySharedPolicyTest.cc} (54%)