GitHub user porshkevich opened a pull request:

    https://github.com/apache/kafka/pull/2850

    KAFKA-5065; AbstractCoordinator.ensureCoordinatorReady() stuck in loop if 
absent any bootstrap servers

    add a consumer config: "max.block.ms"
    default to 60000 ms;
    when specified, the ensureCoordinatorReady check default call will be 
limited by "max.block.ms"

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/porshkevich/kafka KAFKA-5065

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/2850.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 #2850
    
----
commit 99004de30a5400b2d8554b4a4469039498e033d4
Author: Vladimir Porshkevich <neoso...@inbox.ru>
Date:   2017-04-13T12:41:31Z

    Add max.block.ms to allow timing out ensureCoordinatorReady check.

----


---
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.
---

Reply via email to