You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometime Hibernate Reactive is not able to parse the URL for the connection and sometimes people need advance configuration for the Vert.x SQL client.
We should add an example to the documentation about overriding the DefaultSqlClientPool, similar to what we explain for VertxInstance (probably we should mention that it's possible to override services).
Sometime Hibernate Reactive is not able to parse the URL for the connection and sometimes people need advance configuration for the Vert.x SQL client.
We should add an example to the documentation about overriding the
DefaultSqlClientPool
, similar to what we explain forVertxInstance
(probably we should mention that it's possible to override services).See this answer on StackOverflow for reference.
The text was updated successfully, but these errors were encountered: