-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.0.0
-
Fix Version/s: 0.10.0.1
-
Component/s: None
-
Labels:None
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
- links to