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
Hi,Hystrix is a fuse solution. As we know, fuses are defined on the consumer side, because fusing is an active protection from the perspective of the client.
@seasidesky Thank you for mention this. Yes, this is a known bug. Will be fixed this weekend and included in the next release at about mid September. #710
What happened:
https://github.com/apache/dubbo-go/blob/master/filter/filter_impl/hystrix_filter.go#L237
there is a misuse of config.GetConsumerConfig()
What you expected to happen:
https://github.com/apache/dubbo-go/blob/master/filter/filter_impl/hystrix_filter.go#L237
is expected to like this
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: