You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/05/11 20:34:11 UTC

[pulsar] branch master updated (a07cc37 -> 2f47c32)

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

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


    from a07cc37  remove-client-admin-api-dependency-pulsar-package-core (#10538)
     add 2f47c32  Allow to disable producer max queue size (#9650)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/client/api/ProducerQueueSizeTest.java   |  92 +++++++++++++++++++
 .../client/api/SimpleProducerConsumerTest.java     |   7 --
 .../client/api/v1/V1_ProducerConsumerTest.java     |   7 --
 .../pulsar/client/impl/MessageChecksumTest.java    |   2 -
 .../pulsar/client/impl/ProducerSemaphoreTest.java  |  28 +++---
 .../pulsar/client/impl/MemoryLimitController.java  |   6 +-
 .../apache/pulsar/client/impl/ProducerImpl.java    | 100 +++++++++------------
 .../impl/conf/ProducerConfigurationData.java       |   2 +-
 8 files changed, 155 insertions(+), 89 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/client/api/ProducerQueueSizeTest.java