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 2021/12/23 16:47:08 UTC

[pulsar] branch master updated (ee823cf -> b9478f8)

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 ee823cf  [C++] Fix Wireshark dissector decode send command metadata behavior (#13471)
     add b9478f8  Backlog quota support cross multiple clusters (#13445)

No new revisions were added by this update.

Summary of changes:
 .../broker/admin/impl/PersistentTopicsBase.java    |   9 +-
 .../pulsar/broker/admin/v2/PersistentTopics.java   |  13 ++-
 .../service/ReplicatorTopicPoliciesTest.java       |  89 +++++++++++------
 .../pulsar/admin/cli/PulsarAdminToolTest.java      |  32 +++++-
 .../apache/pulsar/admin/cli/CmdTopicPolicies.java  | 109 ++++++++++++++++++++-
 .../org/apache/pulsar/admin/cli/CmdTopics.java     |   4 +
 6 files changed, 214 insertions(+), 42 deletions(-)