Return-Path: X-Original-To: apmail-kafka-dev-archive@www.apache.org Delivered-To: apmail-kafka-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A46DB184CE for ; Mon, 4 Jan 2016 19:42:40 +0000 (UTC) Received: (qmail 25937 invoked by uid 500); 4 Jan 2016 19:42:40 -0000 Delivered-To: apmail-kafka-dev-archive@kafka.apache.org Received: (qmail 25809 invoked by uid 500); 4 Jan 2016 19:42:40 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 25740 invoked by uid 99); 4 Jan 2016 19:42:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2016 19:42:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id ED4762C1F60 for ; Mon, 4 Jan 2016 19:42:39 +0000 (UTC) Date: Mon, 4 Jan 2016 19:42:39 +0000 (UTC) From: "Konrad Kalita (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (KAFKA-3058) remove the usage of deprecated config properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KAFKA-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Kalita reassigned KAFKA-3058: ------------------------------------ Assignee: Konrad Kalita > 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)