jmxtrans icon indicating copy to clipboard operation
jmxtrans copied to clipboard

Add circuit breakers on Server and OutputWriters

Open gehel opened this issue 8 years ago • 3 comments

This shoudl help in the case where a server or a backend becomes unresponsive. The circuit breaker will open and no time will be wasted in trying to contact a node that is down.

fixes #565.

gehel avatar Apr 26 '17 09:04 gehel

This is brilliant! What's missing to merge this PR?

gquintana avatar Dec 04 '17 20:12 gquintana

@gquintana thanks for the kind words! Honestly, beside a rebase, I'm not sure what's missing... It might actually work as-is... (plus the comments you added). I mainly need to find time to get back to it. But feel free to take over!

gehel avatar Dec 04 '17 20:12 gehel

If I remember correctly, the real missing piece is exposing the configuration as command line flags. Not that hard, but that part is also messy. We should at some point move to a real configuration file, there are too many CLI options already...

gehel avatar Dec 05 '17 13:12 gehel