albert's blog
Showing posts with label
Failsafe
.
Show all posts
Showing posts with label
Failsafe
.
Show all posts
2017/11/03
SMS Service with Failsafe Mechanism
›
Scenario How-To Making good use of failsafe library can let you handle failure easily. Remember to add dependency into your pom.xml ...
2017/04/06
[Failsafe] Retry with backoff
›
Problem I would like do retry if I fail to connect to database. My requirement is retry 5 times at most and sleep 5 second then retr...
2017/04/05
[Failsafe] Retry with Fallback
›
Scenario If we cannot get connection, then we will retry 5 times with 2 seconds delay. If we fail to retry with 5 times, then we will paus...
2017/04/02
[Failsafe] Simple, sophisticated failure handling
›
Scenario We have a Java application to connect to OPC server, if it fail to connect to OPC server it will retry 5 times. How-to You can...
›
Home
View web version