You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Netflix#116
- Java agent for instrumenting blocking and non-blocking IO and notifying of these events to a registered listener.
- Hystrix.getCurrentThreadExecutingCommand to allow querying if currently inside a command
abersnaze
pushed a commit
to abersnaze/Hystrix
that referenced
this issue
Nov 7, 2013
HystrixNetworkAuditorEventListener#handleNetworkEvent() isn't invoked when encountered with "java/net/ConnectException". Its not invoked with few other Simple Network exceptions. Here is the link for one of them.
Explore options for tracking when network access is done with Hystrix isolating it (such as within a thread isolated HystrixCommand).
If a reasonable solution can be done generically implement a contrib module.
The intent is:
The text was updated successfully, but these errors were encountered: