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/29 12:25:06 UTC

[pulsar] branch master updated (b5fbeb4 -> a471896)

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 b5fbeb4  Publish rate support cross multiple clusters (#13496)
     add a471896  Max unacked messages on subscription support cross multiple clusters (#13549)

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       | 19 +++++++
 .../pulsar/admin/cli/PulsarAdminToolTest.java      | 14 ++++++
 .../apache/pulsar/admin/cli/CmdTopicPolicies.java  | 58 +++++++++++++++++++++-
 .../org/apache/pulsar/admin/cli/CmdTopics.java     |  4 ++
 6 files changed, 107 insertions(+), 8 deletions(-)