Grant Henke created KAFKA-3393: ---------------------------------- Summary: 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)