----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29468/#review71928 -----------------------------------------------------------
clients/src/main/java/org/apache/kafka/clients/producer/ProducerRecord.java <https://reviews.apache.org/r/29468/#comment117848> return key.equals(that.key) && partition.equals(that.partition) && topic.equals(that.topic) && value.equals(that.value); - Eric Olander On Dec. 30, 2014, 12:37 a.m., Parth Brahmbhatt wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/29468/ > ----------------------------------------------------------- > > (Updated Dec. 30, 2014, 12:37 a.m.) > > > Review request for kafka. > > > Bugs: KAFKA-1805, KAFKA-1905 and KAFKA-42 > https://issues.apache.org/jira/browse/KAFKA-1805 > https://issues.apache.org/jira/browse/KAFKA-1905 > https://issues.apache.org/jira/browse/KAFKA-42 > > > Repository: kafka > > > Description > ------- > > KAFKA-1805: adding equals and hashcode methods to ProducerRecord. > > > Diffs > ----- > > clients/src/main/java/org/apache/kafka/clients/producer/ProducerRecord.java > 065d4e6c6a4966ac216e98696782e2714044df29 > > Diff: https://reviews.apache.org/r/29468/diff/ > > > Testing > ------- > > > Thanks, > > Parth Brahmbhatt > >