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 06:36:00 UTC

[pulsar] branch master updated (33c9dea -> 24e79d0)

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 33c9dea  [Doc] add  custom properties for the reconsumeLater (#13468)
     add 24e79d0  Subscription dispatch rate support cross multiple clusters (#13511)

No new revisions were added by this update.

Summary of changes:
 .../broker/admin/impl/PersistentTopicsBase.java    | 18 +++--
 .../pulsar/broker/admin/v2/PersistentTopics.java   |  9 ++-
 .../service/ReplicatorTopicPoliciesTest.java       | 29 ++++++++
 .../pulsar/admin/cli/PulsarAdminToolTest.java      | 24 +++++++
 .../apache/pulsar/admin/cli/CmdTopicPolicies.java  | 79 ++++++++++++++++++++++
 .../org/apache/pulsar/admin/cli/CmdTopics.java     |  4 ++
 6 files changed, 153 insertions(+), 10 deletions(-)