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

Allow optional failover in the connect pipeline #1099

Merged
merged 11 commits into from
Aug 28, 2024
Merged

Allow optional failover in the connect pipeline #1099

merged 11 commits into from
Aug 28, 2024

Conversation

aaron-congo
Copy link
Contributor

@aaron-congo aaron-congo commented Aug 23, 2024

Summary

  • adds failover logic to the connect pipeline. If the initial connection fails, the driver will attempt to use failover to connect to a different instance. This behavior is disabled by default but can be enabled by setting the "enableConnectFailover" connection property
  • related to issue-1075: Driver not failing over to readers #1075

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link

github-actions bot commented Aug 23, 2024

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2023.3.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@aaron-congo aaron-congo changed the title [WIP] Add failover to the connect pipeline [WIP] Allow optional failover to the connect pipeline Aug 23, 2024
@aaron-congo aaron-congo changed the title [WIP] Allow optional failover to the connect pipeline [WIP] Allow optional failover in the connect pipeline Aug 23, 2024
@aaron-congo aaron-congo changed the title [WIP] Allow optional failover in the connect pipeline Allow optional failover in the connect pipeline Aug 26, 2024
@aaron-congo aaron-congo merged commit c58d3d2 into main Aug 28, 2024
6 checks passed
@aaron-congo aaron-congo deleted the issue-1075 branch August 28, 2024 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants