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/27 02:38:17 UTC

[pulsar] branch master updated (8136762 -> 47c7cd9)

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 8136762  Fix getting last message id from empty compact ledger (#13476)
     add 47c7cd9  Message dispatch rate policies support cross multiple clusters. (#13510)

No new revisions were added by this update.

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