In previous chapters, we’ve been focusing primarily on Payara Micro’s implementation of the MicroProfile standard. The benefit of coding against a standard is that we are not tied to a specific implementation, as code written against the standard can be deployed to any implementation.
In this chapter, we will cover some Payara Micro specific features that, while very useful, are specific to Payara Micro and not portable across implementations.
Automatic Clustering
Clustering is done automatically ...