Ismael Juma created KAFKA-2974:
----------------------------------
Summary: `==` is used incorrectly in a few places in Java code
Key: KAFKA-2974
URL: https://issues.apache.org/jira/browse/KAFKA-2974
Project: Kafka
Issue Type: Bug
Affects Versions: 0.9.0.0
Reporter: Ismael Juma
Assignee: Ismael Juma
Unlike Scala, `==` is reference equality in Java and one normally wants to use
`equals`. We should fix the cases where `==` is used incorrectly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)