Github user hachikuji closed the pull request at:
https://github.com/apache/kafka/pull/464
---
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 en
GitHub user hachikuji opened a pull request:
https://github.com/apache/kafka/pull/464
HOTFIX: bug updating cache when loading group metadata (0.9.0)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hachikuji/kafka hotfix-group-loa
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/462
---
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 enabl
GitHub user hachikuji opened a pull request:
https://github.com/apache/kafka/pull/462
HOTFIX: bug updating cache when loading group metadata
The bug causes only the first instance of group metadata in the topic to be
written to the cache (because of the putIfNotExists in addGroup).