Skip to content

Releases: AdamBien/breakr

Closed Circuit

26 Nov 04:10
Compare
Choose a tag to compare

New features:

  1. Circuit can be closed by invoking a method annotated with: @CloseCircuit
  2. Custom close, open and escalations strategies are supported by specializing the class Circuit

Break 'Em All

25 Oct 09:07
Compare
Choose a tag to compare

The v0.0.1 version introduces:

  1. ignoring methods (opening the circuit) after a configurable amount of exceptions was thrown
  2. A timeout can be configured as well. The circuit opens when the timeout is exceeded a configurable number of times.