You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "huxihx (JIRA)" <ji...@apache.org> on 2018/12/04 01:44:00 UTC

[jira] [Created] (KAFKA-7705) Update javadoc for default value of delivery.timeout.ms

huxihx created KAFKA-7705:
-----------------------------

             Summary: Update javadoc for default value of delivery.timeout.ms
                 Key: KAFKA-7705
                 URL: https://issues.apache.org/jira/browse/KAFKA-7705
             Project: Kafka
          Issue Type: Bug
          Components: documentation
    Affects Versions: 2.1.0
            Reporter: huxihx


In [https://kafka.apache.org/21/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html,]

the sample producer code fails to run due to the ConfigException thrown: delivery.timeout.ms should be equal to or larger than linger.ms + request.timeout.ms

The default value for delivery.timeout.ms or linger.ms should be updated accordingly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)