Well spotted Larkin. Please file an issue as we definitely want to fix this
before the next release.
Ismael
On Wed, Mar 9, 2016 at 10:46 PM, Christian Posta
wrote:
> Open a JIRA here: https://issues.apache.org/jira/browse/KAFKA
> and open a github.com pull request here: https://github.com/apach
Open a JIRA here: https://issues.apache.org/jira/browse/KAFKA
and open a github.com pull request here: https://github.com/apache/kafka
May wish to peak at this too:
https://github.com/apache/kafka/blob/trunk/CONTRIBUTING.md
I think you need an apache ICLA too https://www.apache.org/licenses/icla.
There is a bug in the 0.9.0.1 client which causes consumers to get stuck
waiting for a connection to be ready to complete.
The root cause is in the connect(...) method of
clients/src/main/java/org/apache/kafka/common/network/Selector.java
Here's the trouble item:
try {
soc