You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jose Luis Pedrosa (JIRA)" <ji...@apache.org> on 2016/04/05 17:49:25 UTC

[jira] [Comment Edited] (CAMEL-9818) Camel kafka consumer adds legacy (deprecated properties) in the kafka consumer

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

Jose Luis Pedrosa edited comment on CAMEL-9818 at 4/5/16 3:49 PM:
------------------------------------------------------------------

for the record, 
a) This message is produced in the client side, (version 0.9.0.1)
b) The server side version iskafka_2.11-0.9.0.0




was (Author: jlpedrosa):
for the record, 
a) This message is produced in the client side.
b) The server side versopm was kafka_2.11-0.9.0.0


BR

> Camel kafka consumer adds legacy (deprecated properties) in the kafka consumer
> ------------------------------------------------------------------------------
>
>                 Key: CAMEL-9818
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9818
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-kafka
>    Affects Versions: 2.17.0
>         Environment: Any
>            Reporter: Jose Luis Pedrosa
>            Assignee: Andrea Cosentino
>            Priority: Minor
>             Fix For: 2.17.1, 2.18.0
>
>
> Kafka consumer adds properties that belong to the 0.8.X driver version, generating warning when startign the consumer.
> example log:
> {noformat}
> 14:45:33,840 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] (ServerService Thread Pool -- 76) The configuration sasl.kerberos.ticket.renew.window.factor = 0.8 was supplied but isn't a known config.
> 14:45:33,841 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] (ServerService Thread Pool -- 76) The configuration sasl.kerberos.kinit.cmd = /usr/bin/kinit was supplied but isn't a known config.
> 14:45:33,841 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] (ServerService Thread Pool -- 76) The configuration sasl.kerberos.ticket.renew.jitter = 0.05 was supplied but isn't a known config.
> 14:45:33,841 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] (ServerService Thread Pool -- 76) The configuration ssl.keystore.type = JKS was supplied but isn't a known config.
> 14:45:33,841 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] (ServerService Thread Pool -- 76) The configuration ssl.trustmanager.algorithm = PKIX was supplied but isn't a known config.
> 14:45:33,841 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] (ServerService Thread Pool -- 76) The configuration sasl.kerberos.min.time.before.relogin = 60000 was supplied but isn't a known config.
> 14:45:33,841 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] (ServerService Thread Pool -- 76) The configuration ssl.protocol = TLS was supplied but isn't a known config.
> 14:45:33,841 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] (ServerService Thread Pool -- 76) The configuration ssl.enabled.protocols = TLSv1.2,TLSv1.1,TLSv1 was supplied but isn't a known config.
> 14:45:33,841 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] (ServerService Thread Pool -- 76) The configuration ssl.truststore.type = JKS was supplied but isn't a known config.
> 14:45:33,841 WARN  [org.apache.kafka.clients.consumer.ConsumerConfig] (ServerService Thread Pool -- 76) The configuration ssl.keymanager.algorithm = SunX509 was supplied but isn't a known config.
> {noformat}
> Thanks!



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