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)