You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jun Rao (JIRA)" <ji...@apache.org> on 2013/10/15 18:48:41 UTC

[jira] [Resolved] (KAFKA-1084) Validate properties for custom serializers

     [ https://issues.apache.org/jira/browse/KAFKA-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jun Rao resolved KAFKA-1084.
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.8.1

Yes, you are right. +1 on the patch. Committed to trunk.

> 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
>            Assignee: Francois Saint-Jacques
>            Priority: Minor
>             Fix For: 0.8.1
>
>         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)