RBMHTechnology / eventuate

Global-scale event sourcing and event collaboration with causal consistency (This project is in maintenance mode. Only critical bugs will be fixed, but there is no more feature development.).
http://rbmhtechnology.github.io/eventuate/
Apache License 2.0
708 stars 99 forks source link

Make CircuitBreaker publish (Un)Available #293

Closed volkerstampa closed 8 years ago

volkerstampa commented 8 years ago

CircuitBreaker published (Un)Available notifications on the event-stream whenever it closes or opens. This messages can be used by monitoring solutions to detect when the event-log is un-/available.

krasserm commented 8 years ago

LGTM, thanks @volkerstampa

krasserm commented 8 years ago

@volkerstampa I erroneously merged that PR to master (and reverted it afterwards). Please squash your commits on branch wip-make-circuit-breaker-publish-availability and create a new pull request (+ set storage label and other metadata) and merge it. Sorry for the mess.