You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "A. Sophie Blee-Goldman (Jira)" <ji...@apache.org> on 2022/11/19 01:25:00 UTC

[jira] [Created] (KAFKA-14405) Log a warning when users attempt to set a config controlled by Streams

A. Sophie Blee-Goldman created KAFKA-14405:
----------------------------------------------

             Summary: Log a warning when users attempt to set a config controlled by Streams
                 Key: KAFKA-14405
                 URL: https://issues.apache.org/jira/browse/KAFKA-14405
             Project: Kafka
          Issue Type: Bug
          Components: streams
            Reporter: A. Sophie Blee-Goldman


Related to https://issues.apache.org/jira/browse/KAFKA-14404

It's too easy for users to try overriding one of the client configs that Streams hardcodes, and since we just silently ignore it there's no good way for them to tell their config is not being used. Sometimes this may be harmless but in cases like the Producer's partitioner, there could be important application logic that's never being invoked.

When processing user configs in StreamsConfig, we should check for all these configs and log a warning when any of them have been set



--
This message was sent by Atlassian Jira
(v8.20.10#820010)