hi, I want to know whether connection pooling is possible for Influxdb-Java. I am using springboot and java client library for influxdb 2x. Also, are there any out of the box connection pools available like HikariCP in springboot.
I don’t think so, as you mention you can use one of the many 3rd party JDBC connection pooling libraries for the same.