GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/1293
HOTFIX: wrong keyvalue equals logic when keys not equal but values equal With the previous logic, if key does NOT equal, but value DOES equal, then equals returns TRUE. You can merge this pull request into a Git repository by running: $ git pull https://github.com/enothereska/kafka hotfix-keyvalue-equals Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1293.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1293 ---- commit dfeacc0360d7fb718f6cfd79a5f023ed8712f405 Author: Eno Thereska <eno.there...@gmail.com> Date: 2016-04-29T18:38:17Z Fixed return value commit c9eda62c0ab07fe3f7a7d5c55f08c9e466d82465 Author: Eno Thereska <eno.there...@gmail.com> Date: 2016-04-29T18:49:50Z Added unit test ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---