[
https://issues.apache.org/jira/browse/KAFKA-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15082597#comment-15082597
]
ASF GitHub Bot commented on KAFKA-3058:
---------------------------------------
GitHub user konradkalita opened a pull request:
https://github.com/apache/kafka/pull/732
KAFKA-3058: remove the usage of deprecated config properties
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/konradkalita/kafka Kafka-3058
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/732.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 #732
----
commit 197f9d868655901355bb650cea33b164cd03672e
Author: Konrad <[email protected]>
Date: 2016-01-05T07:45:45Z
Deprecated config properties deleted
----
> remove the usage of deprecated config properties
> ------------------------------------------------
>
> Key: KAFKA-3058
> URL: https://issues.apache.org/jira/browse/KAFKA-3058
> Project: Kafka
> Issue Type: Improvement
> Components: core
> Affects Versions: 0.9.0.0
> Reporter: Jun Rao
> Assignee: Konrad Kalita
> Labels: newbie
> Fix For: 0.9.1.0
>
>
> There are compilation warnings like the following, which can be avoided.
> core/src/main/scala/kafka/tools/EndToEndLatency.scala:74: value
> BLOCK_ON_BUFFER_FULL_CONFIG in object ProducerConfig is deprecated: see
> corresponding Javadoc for more information.
> producerProps.put(ProducerConfig.BLOCK_ON_BUFFER_FULL_CONFIG, "true")
> ^
> kafka/core/src/main/scala/kafka/tools/MirrorMaker.scala:195: value
> BLOCK_ON_BUFFER_FULL_CONFIG in object ProducerConfig is deprecated: see
> corresponding Javadoc for more information.
> maybeSetDefaultProperty(producerProps,
> ProducerConfig.BLOCK_ON_BUFFER_FULL_CONFIG, "true")
> ^
> /Users/junrao/intellij/kafka/core/src/main/scala/kafka/tools/ProducerPerformance.scala:40:
> @deprecated now takes two arguments; see the scaladoc.
> @deprecated
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)