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

[KStream] remove topic prefix from consumer configuration to resolve unnecessary warning

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.1.0
    • None
    • admin, clients, streams

    Description

      When using topic configuration, every stream startup when using configurations : 

      topic.

      or method : 

      public static String topicPrefix(final String topicProp)

      Will emit this warning :

       

      log.warn("The configuration '{}' was supplied but isn't a known config.", key);
      

      This fix will remove the warning

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tchiotludo Ludo
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: