You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2021/02/01 02:52:31 UTC

[pulsar] branch master updated (bc69ad2 -> d40fb58)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from bc69ad2  Allow to configure BookKeeper Opportunistic Striping Feature (and all BK client features using bookkeeper_ prefix) (#9232)
     add d40fb58  Support get topic applied policy for MaxConsumers (#9296)

No new revisions were added by this update.

Summary of changes:
 .../broker/admin/impl/PersistentTopicsBase.java    | 13 ++++++++++--
 .../pulsar/broker/admin/v2/PersistentTopics.java   | 22 ++++++++++----------
 .../pulsar/broker/admin/TopicPoliciesTest.java     | 24 ++++++++++++++++++++++
 .../org/apache/pulsar/client/admin/Topics.java     | 16 +++++++++++++++
 .../pulsar/client/admin/internal/TopicsImpl.java   | 15 ++++++++++++--
 .../pulsar/admin/cli/PulsarAdminToolTest.java      |  5 ++++-
 .../org/apache/pulsar/admin/cli/CmdTopics.java     |  5 ++++-
 7 files changed, 83 insertions(+), 17 deletions(-)