vertx-sql-client
vertx-sql-client copied to clipboard
High performance reactive SQL Client written in Java
### Questions `Thread Thread[vert.x-eventloop-thread-1,5,main] has been blocked for 2806 ms, time limit is 2000 ms` ``` io.vertx.core.VertxException: Thread blocked at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1027) at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:862) at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:760)...
### Questions Do not use this issue tracker to ask questions, instead use one of these [channels](https://vertx.io/community/). Questions will likely be closed without notice. ### Version above v4.5.1. v4.5.0 works...
Motivation: upgrade to latest version of testcontainers-java library https://mvnrepository.com/artifact/org.testcontainers/testcontainers
### Version Vert.x version 4.5.7 (I also tried 4.5.8 and have the same issue) ### Context The returned RowSet should have the same number of rows as the number of...
### Version vert.x 4.5.7 ### Context I have a problem with the io.vertx.pgclient.pubsub.PgSubscriber class provided by io.vertx:vertx-pg-client. Ocassionally the error from the following stack trace appears and it makes my...
* Currently the documentation does not show/mention how/that the connection should be closed. Rework the documentation so that we mention that and how a connection needs to be closed. What...
See #1442 This may happen if the connection is used by a PgSubscriber.
### Version vert.x 4.5.8 ### Context There is a NullPointerException in io.vertx.sqlclient when I try to create transaction with Propagation like: poll.withTransaction(TransactionPropagation.CONTEXT) {} ` java.lang.NullPointerException: null at java.base/java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011) ~[?:?] at...
Vert.x client should offers OFFICIAL support for calling stored procedures.
### Questions recently we have meet very bad performance for vertx postgres connection. It sometimes took average 3-5 seconds to acquire the connection in our production environment when all connections...