-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong hystrix event type for fallback missing #1600
Comments
@dmgcodevil Do you know if it is possible to support FALLBACK_MISSING in Javanica? |
@mattrjacobs will take a look shortly |
@dmgcodevil thank you . |
@mattrjacobs in which release we can expect to be available ? :) |
This is released in v1.5.13 now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my annotated hystrix command I have not defined any fallback method. But when my command execution gets fail, it gives me
But I think this should be
you have a check here as
if (fe instanceof UnsupportedOperationException) {}
before making event for FALLBACK_MISSING.Can somebody confirm whether this is expected? Any help would be appreciated.
The text was updated successfully, but these errors were encountered: