You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/05/15 02:00:53 UTC

[pulsar] branch master updated (cd7e3c0 -> 96325b9)

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

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


    from cd7e3c0  Make failPendingMessages called from within the ProducerImpl object mutex (#10528)
     add 96325b9  [CLI] Add support for setting time based limit on backlog quota with CLI. (#10401)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                             |  3 +++
 conf/standalone.conf                                         |  3 +++
 .../java/org/apache/pulsar/broker/admin/AdminResource.java   |  7 +++++--
 .../org/apache/pulsar/admin/cli/PulsarAdminToolTest.java     | 12 ++++++++++--
 .../main/java/org/apache/pulsar/admin/cli/CmdNamespaces.java |  5 ++++-
 .../src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java |  5 ++++-
 site2/docs/admin-api-namespaces.md                           |  4 ++--
 site2/docs/cookbooks-retention-expiry.md                     |  5 +++--
 8 files changed, 34 insertions(+), 10 deletions(-)