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

Support timeout when fetching metadata #1359

Merged
merged 1 commit into from
May 8, 2019

Commits on Apr 23, 2019

  1. Support timeout when fetching metadata

    Fetching metadata from an unreachable cluster of 2 brokers can take more
    than 3 minutes using the default configuration (30s DialTimeout, 3 retries,
    250ms backoff) before failing with ErrOutOfBrokers.
    
    Adding config.Metadata.Timeout configuration option to fail faster.
    slaunay committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    fe1b184 View commit details
    Browse the repository at this point in the history