Guozhang Wang created KAFKA-3639: ------------------------------------ Summary: 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 Fix For: 0.10.1.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)