The Duke’s choice award has been around for 16 years and it recognizes individuals, organizations, projects, services, or any program related to Java innovation. This award celebrates extreme innovation using Java Technology. The Eclipse MicroProfile project was recognized this past Wednesday, October 24, 2018 by winning a Duke’s choice award. MicroProfile…
The Eclipse MicroProfile Contributors, an open forum to collaborate on enterprise Java microservices, would like to announce the release of Eclipse MicroProfile 2.1. Eclipse MicroProfile 2.1, which builds on the 2.0 version, updates the Open Tracing API. Like its previous version, MicroProfile 2.1 continues to align itself with Java EE…
Understanding Fault Tolerance and the strategies of resilience and eventual consistency are extremely important to microservices. This article is an update and expansion of an article written in April of this year. It’s the first part in a series of articles explaining how the MicroProfile Fault Tolerance specification is used…
In our last article about Microprofile Fault Tolerance we explained the motivation for this project and the need to provide a few design patterns under the microservice friendly Microprofile spec. Let’s now dive a bit deeper into the spec and explain some use cases. The behavior is controlled with annotations…
This is the final of a series of 3 articles dedicated to the MicroProfile Fault Tolerance. We started by introducing and giving an overview of the specification in “MicroProfile Fault Tolerance, Take 2”. Next, we explained the different annotations and their options in “MicroProfile Fault Tolerance Annotations”. Now we take…