Jose Luis Pedrosa created CAMEL-9818:
----------------------------------------

             Summary: Camel 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: Bug
          Components: camel-kafka
    Affects Versions: 2.17.0
         Environment: Any
            Reporter: Jose Luis Pedrosa
            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)

Reply via email to