Amazon web services – Error while switching to secondary RDS region using hikari
I have existing code where Datasource is created using hikari. I am working on adding new functionality where if current rds is down application should switch to secondary rds. In docker compose file I added new image for local testing…