Ewen Cheslack-Postava created KAFKA-2119: --------------------------------------------
Summary: ConsumerRecord key() and value() methods should not have throws Exception Key: KAFKA-2119 URL: https://issues.apache.org/jira/browse/KAFKA-2119 Project: Kafka Issue Type: Improvement Components: clients, consumer Affects Versions: 0.8.2.1 Reporter: Ewen Cheslack-Postava Assignee: Neha Narkhede Priority: Trivial Fix For: 0.8.3 There were some leftover throws clauses in ConsumerRecord. It looks like the initial implementation removed errors from the ConsumerRecord but didn't clean up these clauses. Attaching a trivial patch to remove the clauses. -- This message was sent by Atlassian JIRA (v6.3.4#6332)