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

Set Cassandra connect timeout, not just regular timeout #12903

Merged
merged 2 commits into from Oct 22, 2021

Commits on Oct 22, 2021

  1. It looks like Cassandra sessions have both a "connect timeout" that g…

    …overns timeouts when initiating connections, and a regular timeout used post-initialization. Our connection producer also has a "connect timeout", but only uses it for setting the latter. I think we should use it for both timeouts.
    ncabatoff committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    d1bb2b7 View commit details
    Browse the repository at this point in the history
  2. Add CL and update docs.

    ncabatoff committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    66e6b67 View commit details
    Browse the repository at this point in the history