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)