You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "radai rosenblatt (JIRA)" <ji...@apache.org> on 2018/10/02 16:52:00 UTC

[jira] [Created] (KAFKA-7473) allow configuring kafka client configs to not warn for unknown config peoperties

radai rosenblatt created KAFKA-7473:
---------------------------------------

             Summary: allow configuring kafka client configs to not warn for unknown config peoperties
                 Key: KAFKA-7473
                 URL: https://issues.apache.org/jira/browse/KAFKA-7473
             Project: Kafka
          Issue Type: Improvement
            Reporter: radai rosenblatt


as the config handed to a client may contain config keys for use by either modular code in the client (serializers, deserializers, interceptors) or the subclasses of the client class, having "unknown" (to the vanilla client) configs logged as a warning is an annoyance.

it would be nice to have a constructor parameter that controls this behavior (just like there's already a flag for `boolean doLog`)



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