You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by li...@apache.org on 2021/12/30 11:27:02 UTC

[pulsar] branch master updated (4f942d7 -> a02356f)

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

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


    from 4f942d7  fix(Auth): Fix multi roles authz cannot handle empty roles case (#13477)
     add a02356f  Delayed delivery policy support cross multiple clusters (#13550)

No new revisions were added by this update.

Summary of changes:
 .../broker/admin/impl/PersistentTopicsBase.java    | 11 +--
 .../pulsar/broker/admin/v2/PersistentTopics.java   |  9 ++-
 .../service/ReplicatorTopicPoliciesTest.java       | 21 ++++++
 .../pulsar/admin/cli/PulsarAdminToolTest.java      | 16 +++++
 .../apache/pulsar/admin/cli/CmdTopicPolicies.java  | 81 ++++++++++++++++++++++
 .../org/apache/pulsar/admin/cli/CmdTopics.java     |  4 ++
 6 files changed, 135 insertions(+), 7 deletions(-)