Join Slack
Powered by
Hi I am new to grails and was wondering how does g...
# questions
u
user
06/10/2025, 12:44 PM
Hi I am new to grails and was wondering how does grails handle the DB connectivity? We are using GORM and was wondering if GORM/Grails does retries or connection retries when a read operation fails due to lost connection to DB
j
James Fredley
06/10/2025, 1:40 PM
Yes, prior to Grails 7 it used
https://tomcat.apache.org/tomcat-9.0-doc/jdbc-pool.html
and for Grails 7 this switched to
https://github.com/brettwooldridge/HikariCP
, by default. Many used HikariCP prior to 7.
partygrails
7
Open in Slack
Previous
Next