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

Add read from replica round robin to client CMD #315

Merged
merged 6 commits into from
Aug 3, 2023

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    8792645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb2e5f View commit details
    Browse the repository at this point in the history
  3. Remove the need to force reconnect.

    This is done by adding an initial state for `ReconnectingConnection`,
    which doesn't block reconnect.
    Additionally, as per request, moved the call to `reconnect` when
    creating a disconnected connection into `ReconnectingConnection`.
    shachlanAmazon committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    17c146f View commit details
    Browse the repository at this point in the history
  4. Added handling PING to the mocks.

    This is done in order to handle heartbeats.
    shachlanAmazon committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f6c5de7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0696e2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    321d7b4 View commit details
    Browse the repository at this point in the history