Guozhang Wang created KAFKA-3739: ------------------------------------ Summary: Add no-arg constructor for library provided serdes Key: KAFKA-3739 URL: https://issues.apache.org/jira/browse/KAFKA-3739 Project: Kafka Issue Type: Bug Components: streams Reporter: Guozhang Wang
We need to add the no-arg constructor explicitly for those library-provided serdes such as {{WindowedSerde}} that already have constructors with arguments. Otherwise they cannot be used through configs which are expecting to construct them via reflections with no-arg constructors. -- This message was sent by Atlassian JIRA (v6.3.4#6332)