How to use a distributed lock to coordinate Vert.x applications in clustered mode.
The Vert.x example uses Vert.x - Infinispan cluster manager, powered by Infinispan 9.2. Infinispan 9.2 has a new ClusteredLock API to solve concurrency problems between Infinispan nodes. This presentation looks under the hood and shows on live-coding style how this new API has been created with already existing and production ready functionalities in Infinispan.