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

safe_gen_call catches more exit exceptions #492

Merged
merged 6 commits into from
Feb 6, 2022
Merged

Commits on Feb 5, 2022

  1. handle timeouts in client calls

    brod_client safe_gen_call implementation leaked timeouts
    v0idpwn authored and zmstone committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    1659026 View commit details
    Browse the repository at this point in the history
  2. handle any exits in safe_gen_call

    v0idpwn authored and zmstone committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    b44c4c2 View commit details
    Browse the repository at this point in the history
  3. remove client_timeout error

    all safe_gen_call calls have infinity timeout
    v0idpwn authored and zmstone committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    9c63795 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5825b39 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. fix: update kafka_protocol from 4.0.1 to 4.0.3

    Prior to this change the actual time spent in establishing a
    Kafka connection might be longer than desired due to the timeout
    being used in SSL upgrade (if enabled), then API version query.
    
    This has been fixed by turning the given timeout config
    into a deadline, and the sub-steps will try to meet the deadline.
    see more details here:
    kafka4beam/kafka_protocol#92
    zmstone committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    0c933e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32d09d6 View commit details
    Browse the repository at this point in the history