GitHub user bartdevylder opened a pull request:
https://github.com/apache/kafka/pull/4044
KAFKA-6026: Fix for indefinite wait in KafkaFutureImpl
Not passing 0 to wait in KafkaFuture implementation. The case where the
timeout argument is 0 is already taken care of in the definition of waitTimeMs
which is at least 1.
The contribution is my original work and I license the work to the project
under the project's open source license
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bartdevylder/kafka KAFKA-6026
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4044.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 #4044
----
commit d0962f11e7548e28f75da3d1ee8763489f1f2ad2
Author: bartdevylder <[email protected]>
Date: 2017-10-09T15:05:01Z
Fix for indefinite wait in KafkaFutureImpl
[KAFKA-6026] Not passing 0 to wait in KafkaFuture implementation
----
---