I am getting the following messages running a task in spring cloud data flow.
DEBUG 13167 --- [spring_batch146] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Add connection elided, waiting 1, queue 2
I can't find any information on it.
The log message indicates that your application experienced a sudden burst of traffic and database connection requests triggered asynchronously were "merged".
You can find additional information relating to this feature in the Welcome to the Jungle document.