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/02/08 05:01:41 UTC

[pulsar] branch master updated (07f3509 -> 69e9322)

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 07f3509  [Issue 9496] fix logic in ManagedLedgerWriter when config threadNum >= ledgerNum (#9497)
     add 69e9322  [C++] Remove namespace check for MultiTopicsConsumerImpl (#9520)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/lib/MultiTopicsConsumerImpl.cc   | 21 --------
 pulsar-client-cpp/lib/MultiTopicsConsumerImpl.h    |  1 -
 .../lib/PatternMultiTopicsConsumerImpl.cc          |  4 +-
 .../lib/PatternMultiTopicsConsumerImpl.h           |  1 +
 pulsar-client-cpp/python/pulsar_test.py            |  4 +-
 pulsar-client-cpp/tests/BasicEndToEndTest.cc       | 56 ++++++++++++----------
 6 files changed, 38 insertions(+), 49 deletions(-)