[
https://issues.apache.org/jira/browse/KAFKA-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269706#comment-15269706
]
ASF GitHub Bot commented on KAFKA-3639:
---------------------------------------
GitHub user guozhangwang opened a pull request:
https://github.com/apache/kafka/pull/1311
KAFKA-3639: Configure default serdes upon construction
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/guozhangwang/kafka K3639
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1311.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1311
----
commit 4e81161fb6753d6abf90040eab38d13e321deb69
Author: Guozhang Wang <[email protected]>
Date: 2016-05-03T22:03:05Z
call configure in Serde
----
> Configure default serdes passed via StreamsConfig
> -------------------------------------------------
>
> Key: KAFKA-3639
> URL: https://issues.apache.org/jira/browse/KAFKA-3639
> Project: Kafka
> Issue Type: Bug
> Components: streams
> Reporter: Guozhang Wang
> Assignee: Guozhang Wang
> Labels: api
> Fix For: 0.10.0.0
>
>
> For default serde classes passed via configs, their {{configure()}} function
> are not triggered before using. This makes the default serde not usable, for
> example, AvroSerializer where users may need to pass in a schema register
> client. We need to provide the interface where users can pass in the
> key-value map configs for the default serde classes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)