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 2018/10/02 00:23:54 UTC

[pulsar] branch master updated: Fixed default value for batchingMaxPublishDelay in javadoc (#2690)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ac9fb4c  Fixed default value for batchingMaxPublishDelay in javadoc (#2690)
ac9fb4c is described below

commit ac9fb4c2ce34a9a46466f59dd6e74c432e8829c4
Author: Jean-Bernard van Zuylen <jb...@primeoservices.org>
AuthorDate: Tue Oct 2 02:23:50 2018 +0200

    Fixed default value for batchingMaxPublishDelay in javadoc (#2690)
---
 .../src/main/java/org/apache/pulsar/client/api/ProducerBuilder.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-client/src/main/java/org/apache/pulsar/client/api/ProducerBuilder.java b/pulsar-client/src/main/java/org/apache/pulsar/client/api/ProducerBuilder.java
index b3aa720..c4e94ef 100644
--- a/pulsar-client/src/main/java/org/apache/pulsar/client/api/ProducerBuilder.java
+++ b/pulsar-client/src/main/java/org/apache/pulsar/client/api/ProducerBuilder.java
@@ -264,7 +264,7 @@ public interface ProducerBuilder<T> extends Cloneable {
     ProducerBuilder<T> cryptoFailureAction(ProducerCryptoFailureAction action);
 
     /**
-     * Set the time period within which the messages sent will be batched <i>default: 10ms</i> if batch messages are
+     * Set the time period within which the messages sent will be batched <i>default: 1 ms</i> if batch messages are
      * enabled. If set to a non zero value, messages will be queued until this time interval or until
      *
      * @see ProducerConfiguration#getBatchingMaxMessages()  threshold is reached; all messages will be published as a single