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

Cluster: Create read_from_replicas option #635

Merged
merged 5 commits into from Jul 8, 2022

Commits on Jun 26, 2022

  1. cluster: add read from replicas mode

    - send write queries to primaries & read queries to replicas in read_from_replicas mode
    - deprecate the readonly param in favour of the new read_from_replicas param
    utkarshgupta137 committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    ec2a3d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a36310f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    25d4542 View commit details
    Browse the repository at this point in the history
  2. cluster: simplify duration == zero check

    is_zero was added in rust 1.53
    utkarshgupta137 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    d7d5e32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f948b View commit details
    Browse the repository at this point in the history