[ https://issues.apache.org/jira/browse/KAFKA-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14496858#comment-14496858 ]
Ewen Cheslack-Postava commented on KAFKA-2126: ---------------------------------------------- Created reviewboard https://reviews.apache.org/r/33239/diff/ against branch origin/trunk > New consumer does not correctly configure deserializers > ------------------------------------------------------- > > Key: KAFKA-2126 > URL: https://issues.apache.org/jira/browse/KAFKA-2126 > Project: Kafka > Issue Type: Bug > Components: clients, consumer > Reporter: Ewen Cheslack-Postava > Assignee: Ewen Cheslack-Postava > Fix For: 0.8.3 > > Attachments: KAFKA-2126.patch > > > Since the new ser/de interfaces use a configure() method with an extra isKey > parameter, they need to manually configured after creation since > getConfiguredInstances can't invoke configure() for us. The new consumer is > missing this step when the deserializer is instantiated automatically by the > consumer. -- This message was sent by Atlassian JIRA (v6.3.4#6332)