Ewen Cheslack-Postava created KAFKA-2126: --------------------------------------------
Summary: 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 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)