Does a write-only connection for db2 exist with spring-boot and hikari-pools?
I’m trying to optimize calls to a db2-database. I’m using spring-boot with hikari-pools. One hikari-pool is dedicated for read-only connections, and the other one handles the write-transactions.