You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2022/03/24 10:02:00 UTC

[jira] [Resolved] (CAMEL-17615) camel-kafka: cleanup Kafka client warnings

     [ https://issues.apache.org/jira/browse/CAMEL-17615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Otavio Rodolfo Piske resolved CAMEL-17615.
------------------------------------------
    Resolution: Fixed

Fixed with the linked PR.

> camel-kafka: cleanup Kafka client warnings
> ------------------------------------------
>
>                 Key: CAMEL-17615
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17615
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-kafka
>    Affects Versions: 3.11.5, 3.14.0
>            Reporter: Otavio Rodolfo Piske
>            Assignee: Otavio Rodolfo Piske
>            Priority: Minor
>             Fix For: 3.17.0
>
>
> There are several warnings about unrecognized configurations when the Kafka client starts. We should clean them up. 
> For example:
>  
> {code:java}
> 2022-01-17 06:37:49.634 WARN 28548 --- [r-transactions]] o.a.k.clients.consumer.ConsumerConfig : The configuration 'specific.avro.reader' was supplied but isn't a known config.
> 2022-01-17 06:37:49.634 WARN 28548 --- [r-transactions]] o.a.k.clients.consumer.ConsumerConfig : The configuration 'specific.avro.reader' was supplied but isn't a known config.
> 2022-01-17 06:37:49.635 WARN 28548 --- [r-transactions]] o.a.k.clients.consumer.ConsumerConfig : The configuration 'sasl.kerberos.principal.to.local.rules' was supplied but isn't a known config.
> 2022-01-17 06:37:49.635 WARN 28548 --- [r-transactions]] o.a.k.clients.consumer.ConsumerConfig : The configuration 'sasl.kerberos.principal.to.local.rules' was supplied but isn't a known config.{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)