Is Vert.x JDBCClient
(JDBCClientImpl
) thread-safe, meaning could multiple threads use same instance of JDBCClient
without any impact?
I'm creating JDBClient
instance using shared datasource by doing JDBCClient.createShared(vertx, config)
method.
Yes, the client is thread safe