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

fix: add support for china clusters endpoints in failover #512

Closed
wants to merge 1 commit into from

Conversation

brunos-bq
Copy link

Summary

fix: add support for china clusters endpoints in failover

Additional Reviewers

@sergiyv-improving
@karenc-bq

@@ -123,18 +123,37 @@ public class FailoverConnectionPlugin implements IConnectionPlugin {
private final PropertySet propertySet;
private final IConnectionPlugin nextPlugin;
private final Log logger;

// patterns
private final Pattern auroraDnsPattern =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like these Regex patterns and methods are already implemented in RdsUtils, but FailoverConnectionPlugin is calling the outdated methods in this file instead. Should we centralize these methods?

@karenc-bq
Copy link
Contributor

Closing this PR as the changes have been merged in #543

@karenc-bq karenc-bq closed this Apr 4, 2024
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.

2 participants