[
https://issues.apache.org/jira/browse/KAFKA-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ewen Cheslack-Postava updated KAFKA-2126:
-----------------------------------------
Resolution: Duplicate
Status: Resolved (was: Patch Available)
KAFKA-2121 is a superset of this because it had to resolve this issue to
properly close deserializers in KafkaConsumer.
> 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)