Skip to content

michalszynkiewicz/smallrye-fault-tolerance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semaphore CI License

SmallRye Fault Tolerance

SmallRye Fault Tolerance is an implementation of https://github.com/eclipse/microprofile-fault-tolerance/[Eclipse MicroProfile Fault Tolerance.

The implementation depends on the Hystrix fraction, which is added transitively into your application.

Bulkhead fallback rejection

If you use the semaphore-style @Bulkhead pattern with a @Fallback logic to limit the number of concurrent requests, the invocation may still result in a BulkheadException if the maximum concurrent limit for the HystrixCommand.getFallback() method is reached. To avoid that, set the swarm.hystrix.command.default.fallback.isolation.semaphore.maxConcurrentRequests property to increase the limit.

Instructions

Compile and install this project:

mvn clean install

Project structure

  • implementation - Implementation of the Eclipse MicroProfile Fault Tolerance API.

  • tck - Test suite to run the implementation against the Eclipse MicroProfile Fault Tolerance TCK.

  • docs - Project documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%