- run
eureka-service
- run
slow-service
and specify an environment variableRSB_SLOW_SERVICE_DELAY=0
. Let's call thisfast-slow
. - run
slow-service
and specify an environment variableRSB_SLOW_SERVICE_DELAY=10
. Let's call thisslow-slow
. - run
HedgingApplication
inclient
- run
eureka-service
,profile-service
,order-service
, andcustomer-service
- run
ScatterGatherApplication
inclient
- run
eureka-service
- run
error-service
- run
ResilientClientApplication
inclient
. There are four different demos in the same package as the main class, so be sure to note the profile of the demo that you want to run. Here are the profile names:bulkhead
,cb
,rl
, andretry
.
- TBD