[jira] [Commented] (KAFKA-2289) KafkaProducer logs erroneous warning on startup

2017-06-01 Thread Bharat Viswanadham (JIRA)

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

Bharat Viswanadham commented on KAFKA-2289:
---

[~hgschmie] Would you like to continue to work on this?
If not, I will provide a patch based on latest trunk code.

> KafkaProducer logs erroneous warning on startup
> ---
>
> Key: KAFKA-2289
> URL: https://issues.apache.org/jira/browse/KAFKA-2289
> Project: Kafka
>  Issue Type: Bug
>  Components: clients
>Affects Versions: 0.8.2.1
>Reporter: Henning Schmiedehausen
>Priority: Trivial
>
> When creating a new KafkaProducer using the 
> KafkaProducer(KafkaConfig, Serializer, Serializer) constructor, Kafka 
> will list the following lines, which are harmless but are still at WARN level:
> WARN  [2015-06-19 23:13:56,557] 
> org.apache.kafka.clients.producer.ProducerConfig: The configuration 
> value.serializer = class  was supplied but isn't a known config.
> WARN  [2015-06-19 23:13:56,557] 
> org.apache.kafka.clients.producer.ProducerConfig: The configuration 
> key.serializer = class  was supplied but isn't a known config.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (KAFKA-2289) KafkaProducer logs erroneous warning on startup

2015-06-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14594087#comment-14594087
 ] 

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

GitHub user hgschmie opened a pull request:

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

KAFKA-2289: KafkaProducer logs erroneous warning on startup

This change fixes the problem.

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

$ git pull https://github.com/hgschmie/kafka KAFKA-2289

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

https://github.com/apache/kafka/pull/71.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 #71


commit ef6c0961c905d65ff8997a1ba7a09ded617b9837
Author: Henning Schmiedehausen henn...@groupon.com
Date:   2015-06-19T23:17:38Z

KAFKA-2289: KafkaProducer logs erroneous warning on startup

This change fixes the problem.




 KafkaProducer logs erroneous warning on startup
 ---

 Key: KAFKA-2289
 URL: https://issues.apache.org/jira/browse/KAFKA-2289
 Project: Kafka
  Issue Type: Bug
  Components: clients
Affects Versions: 0.8.2.1
Reporter: Henning Schmiedehausen
Priority: Trivial

 When creating a new KafkaProducer using the 
 KafkaProducer(KafkaConfig, SerializerK, SerializerV) constructor, Kafka 
 will list the following lines, which are harmless but are still at WARN level:
 WARN  [2015-06-19 23:13:56,557] 
 org.apache.kafka.clients.producer.ProducerConfig: The configuration 
 value.serializer = class  was supplied but isn't a known config.
 WARN  [2015-06-19 23:13:56,557] 
 org.apache.kafka.clients.producer.ProducerConfig: The configuration 
 key.serializer = class  was supplied but isn't a known config.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KAFKA-2289) KafkaProducer logs erroneous warning on startup

2015-06-19 Thread Henning Schmiedehausen (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14594089#comment-14594089
 ] 

Henning Schmiedehausen commented on KAFKA-2289:
---

Pull request with a fix is at https://github.com/apache/kafka/pull/71

 KafkaProducer logs erroneous warning on startup
 ---

 Key: KAFKA-2289
 URL: https://issues.apache.org/jira/browse/KAFKA-2289
 Project: Kafka
  Issue Type: Bug
  Components: clients
Affects Versions: 0.8.2.1
Reporter: Henning Schmiedehausen
Priority: Trivial

 When creating a new KafkaProducer using the 
 KafkaProducer(KafkaConfig, SerializerK, SerializerV) constructor, Kafka 
 will list the following lines, which are harmless but are still at WARN level:
 WARN  [2015-06-19 23:13:56,557] 
 org.apache.kafka.clients.producer.ProducerConfig: The configuration 
 value.serializer = class  was supplied but isn't a known config.
 WARN  [2015-06-19 23:13:56,557] 
 org.apache.kafka.clients.producer.ProducerConfig: The configuration 
 key.serializer = class  was supplied but isn't a known config.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)