[ 
https://issues.apache.org/jira/browse/KAFKA-2791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15004430#comment-15004430
 ] 

ASF GitHub Bot commented on KAFKA-2791:
---------------------------------------

GitHub user benstopford opened a pull request:

    https://github.com/apache/kafka/pull/525

    KAFKA-2791: removed deprecated properties

    Removed support for BLOCK_ON_BUFFER_FULL_CONFIG (block.on.buffer.full)
    Removed support for METADATA_FETCH_TIMEOUT_CONFIG 
    Removed support for TIMEOUT_CONFIG (aka timeout.ms)
    
    Added support for MAX_BLOCK_MS_CONFIG
    Added support for REQUEST_TIMEOUT_MS_CONFIG


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/benstopford/kafka KAFKA-2791

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/525.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #525
    
----
commit 0452dccf43b9f096d3f28ea65b18fcc96acf23cc
Author: Ben Stopford <benstopf...@gmail.com>
Date:   2015-11-13T17:25:20Z

    KAFKA-2791: removed deprecated properties

----


> 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)

Reply via email to