Make your microservices as much robust as mission critical systems by MicroProfile and Jakarta EE
One of the most important things when building microservices for the enterprise mission critical systems
is high reliability. Even if a new deployed service has a bug,
it is required that the other services should not be affected by this bad service.
This session will provide how to build such a robust system with MicroProfile functions such as
Fault Tolerance, Metrics, and OpenTracing.
Although there are a lot of tuning knobs in Fault Tolerance (timeout, circuitbreaker, retry, fallback, and so on),