Resilience
my initial understanding of system resilience.
good news is from the spring framework itself, we have these resilience capabilities.
As of 7.0, the core Spring Framework includes a couple of common resilience features,
in particular@Retryable
and@ConcurrencyLimit
annotations for method invocations.
another good resource is resilience4j.