Does Dropwizard support failover for database? When I check the document, I found that it seems only could set one entry as following.
for example, I have two database, db1 and db2. I only want to access db1, and change to access db2 when db1 is down. database: url: jdbc:sqlserver://db1.xxx.com Are there any suggestion for configuration? Thank you. -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
