@spand , I thought about it, but there is an issues related to jdbc, which doesn't provide async api and when you will do any call it will run synchroniously.
Workaround is to use separate connections and run query-per-connection, but you loose transaction benefits.