[ https://issues.apache.org/jira/browse/KAFKA-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jun Rao resolved KAFKA-2791. ---------------------------- Resolution: Fixed Fix Version/s: 0.9.0.0 Issue resolved by pull request 525 [https://github.com/apache/kafka/pull/525] > 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 > Assignee: Ben Stopford > Labels: newbie++ > Fix For: 0.9.0.0 > > > 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)