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/31 05:18:30 UTC

[pulsar] branch master updated (98a59a9 -> 0738a08)

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 98a59a9  [Doc] Add pulsar-perf txn (#12336)
     add 0738a08  Compaction threshold policies support cross multiple clusters (#13513)

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       | 24 +++++++++
 .../pulsar/admin/cli/PulsarAdminToolTest.java      | 14 ++++++
 .../apache/pulsar/admin/cli/CmdTopicPolicies.java  | 57 ++++++++++++++++++++++
 .../org/apache/pulsar/admin/cli/CmdTopics.java     |  4 ++
 6 files changed, 115 insertions(+), 10 deletions(-)