Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kafka_consumer] add timeout for zk/kafka connections #1592

Merged
merged 1 commit into from
May 6, 2015

Commits on May 6, 2015

  1. [kafka_consumer] add timeout for zk/kafka connections

    Because the default timeouts are pretty high in the kafka-python and
    kazoo library (resp. 120s and 10s), we put them at a much lower
    threshold (5s) for the default cases and offer a way to override in the
    YAML init_config section.
    
    Fixes #1589.
    LeoCavaille committed May 6, 2015
    Configuration menu
    Copy the full SHA
    ce85591 View commit details
    Browse the repository at this point in the history