HI,
How to use Informix jdbc driver into ha-jdbc, I didn't see any support.
I have Spring boot 2.1, Spring Data JPA and database is Informix. I am connecting spring boot application using compile "com.ibm.informix:jdbc:4.10.9" drive it is working fine but with ha-jdbc getting below error
main] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Driver does not support get/set network timeout for connections. (Method not supported : IfxSqliConnect.getNetworkTimeout())
Please advise
Anonymous