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 2019/11/15 03:44:41 UTC

[pulsar] branch master updated (320cebe -> dedfb2b)

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 320cebe  [functions] Allow functions to pass runtime specific options (#5400)
     add dedfb2b  [java-client] Introduce `batchingMaxBytes` setting in pulsar producer (#5045)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/broker/service/BatchMessageTest.java    | 49 ++++++++++++++++++++++
 .../apache/pulsar/client/api/ProducerBuilder.java  | 20 ++++++++-
 .../client/impl/AbstractBatchMessageContainer.java | 15 +++++--
 .../client/impl/BatchMessageContainerBase.java     |  3 +-
 .../client/impl/BatchMessageContainerImpl.java     |  7 +++-
 .../client/impl/BatchMessageKeyBasedContainer.java |  5 ++-
 .../pulsar/client/impl/ProducerBuilderImpl.java    |  6 +++
 .../apache/pulsar/client/impl/ProducerImpl.java    |  8 +---
 .../impl/conf/ProducerConfigurationData.java       |  6 ++-
 .../client/impl/ProducerBuilderImplTest.java       |  5 ---
 .../pulsar/testclient/PerformanceProducer.java     | 21 +++++++---
 11 files changed, 118 insertions(+), 27 deletions(-)