vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

Suspend SqlConnectionPool during CRaC snapshotting

Open rvansa opened this issue 2 years ago • 1 comments

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.

rvansa avatar Apr 18 '23 07:04 rvansa

This is a draft PR until https://github.com/eclipse-vertx/vert.x/pull/4673 gets integrated.

rvansa avatar Apr 18 '23 07:04 rvansa