All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download all versions of circuit4stream_2.12 JAR files with all dependencies

Search JAR files by class name

circuit4stream_2.12 from group com.github.norwae (version 1.0.0)

This module packages a circuit breaker that can be used to avoid overloading or otherwise depending on a temporarily unavailable (remote) system. The central use of the circuit breaker is to prevent failures from one system to cascade to other systems in an unchecked manner. Thus, our implementation is chiefly concerned with replacing a failing component with another component that fails in a very predictable manner. These failures are not "dropped" or otherwise made invisible, and still need to be handled, but they will occur in a predictable, and hopefully usable manner.

Group: com.github.norwae Artifact: circuit4stream_2.12
Show documentation Show source 
 

0 downloads



Page 1 from 1 (items total 1)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy