x-cubed / event-store-client

JS client library for connecting to Event Store over TCP/IP
The Unlicense
71 stars 24 forks source link

Handling for circuit breaker #8

Closed amri closed 8 years ago

amri commented 8 years ago

I was having difficulties on handling circuit breaker when i lost connection due to unforeseen event (e.g., cluster node is not accessible). I tried to use different circuit breaker libraries to catch the "onError" to return the fail attempt but with no luck.

x-cubed commented 8 years ago

Resolved by PR #14