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

[jira] [Commented] (KAFKA-7705) Update javadoc for the values of delivery.timeout.ms or linger.ms

    [ https://issues.apache.org/jira/browse/KAFKA-7705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16709791#comment-16709791 ] 

ASF GitHub Bot commented on KAFKA-7705:
---------------------------------------

hackerwin7 opened a new pull request #6000: MINOR KAFKA-7705 : update java doc for delivery.timeout.ms
URL: https://github.com/apache/kafka/pull/6000
 
 
   update KafkaProducer javadoc to put delivery.timeout.ms >= request.timeout.ms + linger.ms

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Update javadoc for the values of delivery.timeout.ms or linger.ms
> -----------------------------------------------------------------
>
>                 Key: KAFKA-7705
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7705
>             Project: Kafka
>          Issue Type: Bug
>          Components: clients, documentation, producer 
>    Affects Versions: 2.1.0
>            Reporter: huxihx
>            Priority: Minor
>              Labels: newbie
>
> 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 given value for delivery.timeout.ms or linger.ms on that page should be updated accordingly.



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