Posts by Michał Szynkiewicz
Works on Quarkus and SmallRye at Red Hat, Eclipse MicroProfile Committer, a back-end guy
Posts
Introduction to customizable service discovery and client-side load-balancing with Quarkus and SmallRye Stork
Since its first release, Quarkus lets you create resilient applications with MicroProfile Fault Tolerance. It uses SmallRye Fault Tolerance to provide this functionality. At the time SmallRye Fault Tolerance was born, Hystrix was still a thing and was chosen to be the core of the implementation. The choice turned out to be sub-optimal. The library itself is not developed anymore. Moreover, changes in the MicroProfile Fault Tolerance specification made it impossible to satisfy the specification...