Francois Saint-Jacques created KAFKA-1084:
---------------------------------------------
Summary: Validate properties for custom serializers
Key: KAFKA-1084
URL: https://issues.apache.org/jira/browse/KAFKA-1084
Project: Kafka
Issue Type: Improvement
Reporter: Francois Saint-Jacques
Priority: Minor
Attachments: validate-external-properties.patch
We use specifics encoder/decoder for our producers/consumers, they get
correctly initialized by the Producer/Consumer. The only downside is the
validate() function of VerifiableProperties that pollutes our log stream.
This patch allows custom serializers keys to validate correctly if they begin
with the "external" prefix, for example:
external.my.encoder.param=true
will not raise a WARN.
--
This message was sent by Atlassian JIRA
(v6.1#6144)