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 2019/01/21 08:40:06 UTC

[pulsar] branch master updated: Add acks group time of consumer property in Kafka Wrapper doc. (#3392)

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

sijie 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 da232c2  Add acks group time of consumer property in Kafka Wrapper doc. (#3392)
da232c2 is described below

commit da232c27d47a22f088bf0ffd04615c214fa34b40
Author: Fangbin Sun <su...@gmail.com>
AuthorDate: Mon Jan 21 16:39:58 2019 +0800

    Add acks group time of consumer property in Kafka Wrapper doc. (#3392)
    
    ### Motivation
    
    Kafka Wrapper doc minor improvement.
    
    ### Modifications
    
    Add acks group time of consumer property in Kafka Wrapper.
---
 site2/docs/adaptors-kafka.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site2/docs/adaptors-kafka.md b/site2/docs/adaptors-kafka.md
index e177726..f10b7d7 100644
--- a/site2/docs/adaptors-kafka.md
+++ b/site2/docs/adaptors-kafka.md
@@ -258,5 +258,6 @@ You can configure Pulsar authentication provider directly from the Kafka propert
 |:---------------------------------------|:--------|:---------------------------------------------------------------------------------------|
 | [`pulsar.consumer.name`](http://pulsar.apache.org/api/client/org/apache/pulsar/client/api/ConsumerConfiguration.html#setConsumerName-java.lang.String-) | | Set the consumer name |
 | [`pulsar.consumer.receiver.queue.size`](http://pulsar.apache.org/api/client/org/apache/pulsar/client/api/ConsumerConfiguration.html#setReceiverQueueSize-int-) | 1000 | Set the size of the consumer receiver queue |
+| [`pulsar.consumer.acknowledgments.group.time.millis`](http://pulsar.apache.org/api/client/org/apache/pulsar/client/api/ConsumerBuilder.html#acknowledgmentGroupTime-long-java.util.concurrent.TimeUnit-) | 100 | Set the max amount of group time for consumers to send out the acknowledgments to the broker |
 | [`pulsar.consumer.total.receiver.queue.size.across.partitions`](http://pulsar.apache.org/api/client/org/apache/pulsar/client/api/ConsumerConfiguration.html#setMaxTotalReceiverQueueSizeAcrossPartitions-int-) | 50000 | Set the max total receiver queue size across partitions |