
Group: io.smallrye.stork - All Dependencies


SmallRye Stork : Configuration Generator · Generates configuration classes for Stork service discovery and load balancer implementations based on configuration annotations


SmallRye Stork : Main API classes · Main Stork API classes. You are likely to need `smallrye-stork-core` and not this module.



SmallRye Stork Service Discovery : Composite · A service discovery provider that combines multiple service discoveries. The mechanism returns services from _all_ the discovery providers that it combines, That is, it obtains service lists from all services and just then returns a combined list.

SmallRye Stork Load Balancer : Response Time · SmallRye Stork Load Balancer provider based on response time of the reached endpoints

SmallRye Stork Load Balancer : Least Response Time · SmallRye Stork Load Balancer provider based on response time of the reached endpoints

SmallRye Stork Load Balancer : Least Requests · SmallRye Stork Load Balancer provider picking the instance with the least inflight requests

SmallRye Stork Load Balancer : Response Time · SmallRye Stork Load Balancer provider based on response time of the reached endpoints

SmallRye Stork Load Balancer : Random · SmallRye Stork Load Balancer provider picking a random instance on every call

SmallRye Stork Load Balancer : Power Of Two Choices · SmallRye Stork Load Balancer provider based selecting two random destinations and then selecting the one with the least assigned requests.

