You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by eo...@apache.org on 2021/08/06 06:33:29 UTC

[pulsar] branch master updated (2693aeb -> 64b44a5)

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

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


    from 2693aeb  add a new configuration `managedLedgerInfoCompressionType` in broker configuration doc (#11563)
     add 64b44a5  [broker] fix `GetTopicsOfNamespace` with binary lookup service not check auth (#11172)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/broker/service/ServerCnx.java    | 114 ++++-
 .../impl/PatternTopicsConsumerImplAuthTest.java    | 488 +++++++++++++++++++++
 2 files changed, 585 insertions(+), 17 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/client/impl/PatternTopicsConsumerImplAuthTest.java