Coordination of Quarkus application with multiple instances

9/7/2019

Is there a (standard) way multiple instances of a Quarkus application can be coordinated?

A possible use case is the scheduler. When scheduling a periodic task to run every 10 seconds it should do regardless of the number of instances in the cluster.

-- cruftex
cloud
java
kubernetes
quarkus

0 Answers