Jun Rao created KAFKA-2791: ------------------------------ Summary: remove deprecated producer properties from console-producer Key: KAFKA-2791 URL: https://issues.apache.org/jira/browse/KAFKA-2791 Project: Kafka Issue Type: Improvement Affects Versions: 0.9.0.0 Reporter: Jun Rao
We should remove the following deprecated properties used in console-producer. bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test [2015-11-09 18:14:42,664] WARN block.on.buffer.full config is deprecated and will be removed soon. Please use max.block.ms (org.apache.kafka.clients.producer.KafkaProducer) [2015-11-09 18:14:42,664] WARN metadata.fetch.timeout.ms config is deprecated and will be removed soon. Please use max.block.ms (org.apache.kafka.clients.producer.KafkaProducer) [2015-11-09 18:14:42,664] WARN timeout.ms config is deprecated and will be removed soon. Please use request.timeout.ms (org.apache.kafka.clients.producer.KafkaProducer) -- This message was sent by Atlassian JIRA (v6.3.4#6332)