vertx-sql-client
vertx-sql-client copied to clipboard
Suspend SqlConnectionPool during CRaC snapshotting
This change intends to support an application using Vertx GRPC server to perform the Checkpoint and Restore on JVM implementing this, specifically using OpenJDK CRaC or future versions of OpenJDK. Package org.crac is a facade that either forwards the invocation to actual implementation or provides a no-op implementation.
This is a draft PR until https://github.com/eclipse-vertx/vert.x/pull/4673 gets integrated.