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

Expose configuring cassandra connect timeout through query string #708

Merged
merged 1 commit into from Feb 22, 2022

Commits on Feb 19, 2022

  1. Expose configuring cassandra connect timeout through query string

    Exposes the cassandra client's ConnectTimeout parameter through
    the cassandra database query string.
    
    The Cassandra client has a fairly aggressive connect timeout of
    600ms, which can cause flakiness in certain network environments
    or in Cassandra-compatible clusters with a more complex process
    for establishing connections (i.e. ScyllaDB).
    
    The query timeout is already configurable and exposed, but does
    not impact the connect timeout in the gocql driver. This change
    allows for configurtion of both.
    taywrobel committed Feb 19, 2022
    Copy the full SHA
    6e499cb View commit details
    Browse the repository at this point in the history