You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ludo (JIRA)" <ji...@apache.org> on 2018/12/30 20:49:00 UTC

[jira] [Created] (KAFKA-7775) [KStream] remove topic prefix from consumer configuration to resolve unnecessary warning

Ludo created KAFKA-7775:
---------------------------

             Summary: [KStream] remove topic prefix from consumer configuration to resolve unnecessary warning
                 Key: KAFKA-7775
                 URL: https://issues.apache.org/jira/browse/KAFKA-7775
             Project: Kafka
          Issue Type: Bug
          Components: streams
    Affects Versions: 2.1.0
            Reporter: Ludo


When using topic configuration, every stream startup when using configurations : 
{noformat}
topic.{noformat}
or method : 
{noformat}
public static String topicPrefix(final String topicProp){noformat}
Will emit this warning :

 
{code:java}
log.warn("The configuration '{}' was supplied but isn't a known config.", key);
{code}
This fix will remove the warning



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)