Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-7509

Kafka Connect logs unnecessary warnings about unused configurations

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Reopened
    • Major
    • Resolution: Unresolved
    • 0.10.2.0
    • None
    • clients, connect
    • None

    Description

      When running Connect, the logs contain quite a few warnings about "The configuration '{}' was supplied but isn't a known config." This occurs when Connect creates producers, consumers, and admin clients, because the AbstractConfig is logging unused configuration properties upon construction. It's complicated by the fact that the Producer, Consumer, and AdminClient all create their own AbstractConfig instances within the constructor, so we can't even call its ignore(String key) method.

      See also KAFKA-6793 for a similar issue with Streams.

      There are no arguments in the Producer, Consumer, or AdminClient constructors to control whether the configs log these warnings, so a simpler workaround is to only pass those configuration properties to the Producer, Consumer, and AdminClient that the ProducerConfig, ConsumerConfig, and AdminClientConfig configdefs know about.

      Attachments

        Issue Links

          Activity

            People

              ChrisEgerton Chris Egerton
              rhauch Randall Hauch
              Votes:
              5 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated: