[
https://issues.apache.org/jira/browse/KAFKA-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13793854#comment-13793854
]
Jun Rao commented on KAFKA-1084:
--------------------------------
Thanks for the patch. Do you think the patch in KAFKA-1049 addresses the
problem better?
> 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)