Skip to content

Commit

Permalink
docs: update known limitations with global databases
Browse files Browse the repository at this point in the history
  • Loading branch information
crystall-bitquill committed Oct 23, 2023
1 parent 49a4511 commit 8b737ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ To find all the documentation and concrete examples on how to use the AWS JDBC D

This driver currently does not support switchover in Amazon RDS Blue/Green Deployments. If you do execute a Blue/Green deployment with the driver, please ensure your application is coded to retry the database connection. Retry will allow the driver to re-establish a connection to an available database instance. Without a retry, the driver would not be able to identify an available database instance, after a switchover has happened between the blue and green environments. However, please note that even with your application coded to retry the database connection, you may still encounter other unexpected errors. Support for Amazon RDS Blue/Green Deployments is in the backlog, but we cannot comment on a timeline right now.

#### Amazon Aurora Global Databases

This driver currently does not support failover with Amazon Aurora Global Databases. Support for Amazon Aurora Global Databases is in the backlog, but we cannot comment on a timeline right now.

## Examples

| Description | Examples |
Expand Down

0 comments on commit 8b737ed

Please sign in to comment.