[ https://issues.apache.org/jira/browse/KAFKA-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15004483#comment-15004483 ]
ASF GitHub Bot commented on KAFKA-2791: --------------------------------------- Github user asfgit closed the pull request at: 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++ > > 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)