Hi Ignite community, I'm making the switch from SparkSQL to Ignite, but I noticed the Ignite JDBC driver doesn't seem to support any transactions at all.
As a result, I've been having some difficulty setting up a connection pool. I've tried with C3P0 and HikariCP, but again due to the driver not being fully JDBC compliant, it just wasn't possible. Has anyone had any luck setting up an Ignite JDBC connection pool? Or is the recommended practice just to use the Ignite API for everything? Thanks for your time
