[ https://issues.apache.org/jira/browse/KAFKA-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15193877#comment-15193877 ]
ASF GitHub Bot commented on KAFKA-3393: --------------------------------------- GitHub user MayureshGharat opened a pull request: https://github.com/apache/kafka/pull/1060 KAFKA-3393 : Updated the docs to reflect the deprecation of block.on.buffer.full and usage of max.block.ms You can merge this pull request into a Git repository by running: $ git pull https://github.com/MayureshGharat/kafka KAFKA-3393 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1060.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1060 ---- commit 76ab834fff1f49d07bea621626df090937c3a276 Author: MayureshGharat <gharatmayures...@gmail.com> Date: 2016-03-14T18:46:06Z Updated the docs to reflect the deprecation of block.on.buffer.full and usage of max.block.ms ---- > Update site docs and javadoc based on max.block.ms changes > ---------------------------------------------------------- > > Key: KAFKA-3393 > URL: https://issues.apache.org/jira/browse/KAFKA-3393 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.9.0.0 > Reporter: Grant Henke > Assignee: Mayuresh Gharat > > KAFKA-2120 deprecated block.on.buffer.full in favor of max.block.ms. This > change alters the behavior of the KafkaProducer. Users may not be expecting > that change when upgrading from the 0.8.x clients. We should: > - Update the KafkaProducer javadoc > - Update the ProducerConfig docs and the generated site docs > - Add an entry to the 0.9 upgrade notes (if appropriate) > Related discussion can be seen here: https://github.com/apache/kafka/pull/1058 -- This message was sent by Atlassian JIRA (v6.3.4#6332)