GitHub user eribeiro opened a pull request:
https://github.com/apache/kafka/pull/2295
MINOR: Mx4jLoader always returns false even if mx4j is loaded & started
Mx4jLoader.scala should explicitly `return true` if the class is
successfully loaded and started, otherwise it will re
Github user eribeiro closed the pull request at:
https://github.com/apache/kafka/pull/263
---
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
Github user eribeiro closed the pull request at:
https://github.com/apache/kafka/pull/263
---
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
GitHub user eribeiro reopened a pull request:
https://github.com/apache/kafka/pull/263
KAFKA 2578 Client Metadata internal state should be synchronized
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eribeiro/kafka KAFKA-2578
GitHub user eribeiro opened a pull request:
https://github.com/apache/kafka/pull/263
Client Metadata internal state should be synchronized
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eribeiro/kafka KAFKA-2578
Alternatively
GitHub user eribeiro opened a pull request:
https://github.com/apache/kafka/pull/262
KAFKA-2599 Metadata#getClusterForCurrentTopics can throw NPE even witâ¦
â¦h null checking
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
GitHub user eribeiro opened a pull request:
https://github.com/apache/kafka/pull/183
MINOR: MockClient's disconnect() method has two bugs
(and a prospetive refactoring)
* First, it compares Strings using `==` instead of `equals()`
* Second, it tries to rem
GitHub user eribeiro opened a pull request:
https://github.com/apache/kafka/pull/182
MINOR: Quota's equals() is buggy.
It compares upper bound with itself.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eribeiro/kafka equal
GitHub user eribeiro opened a pull request:
https://github.com/apache/kafka/pull/168
KAFKA-1811 Ensuring registered broker host:port is unique
Adds a ZKLock recipe implementation to guarantee that the host:port pair is
unique among the brokers registered on ZooKeeper.
You can