Skip to content

kimsaabyepedersen/resilience4j-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resilience4j demo

Server

Has a few endpoints:

  • time
  • slowTime
  • slowFaultyTime

All return the following payload and status code 200:

{"time":  "current time in ISO8601 format"}

with the following caveats:

  • time will return immediately.
  • slowTime will sleep for 30 seconds then return, except for every 10th call, where it will return immediately.
  • slowFaultyTime will return status code 500, except for every 10th call, where it will return as described above immediately.

Client

See the main method.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages