[
https://issues.apache.org/jira/browse/CAMEL-9818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15226394#comment-15226394
]
Anbumani Balusamy commented on CAMEL-9818:
------------------------------------------
[~ancosen]/[~jlpedrosa]
All the Properties which are emitted in log as Warning message are related to
Kafka version 0.9. Security features were added starting from Kafka 0.9 version
only. Please refer this link for
http://kafka.apache.org/documentation.html#security more info
Thanks!
Anbu
> 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)