-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
By default Feign will create Hystrix Commands that use the method name as the key. It is possible to have two Feign clients with the same method names that are completely separate Hystrix Commands. However since the the method names are the same the underlying Hystrix Command cache will see these both as the same command. We can do a little better at our default key naming convention by including the class name in the key we use as well.
This should be a simple change in the code here
https://github.com/OpenFeign/feign/blob/master/hystrix/src/main/java/feign/hystrix/HystrixInvocationHandler.java#L90
For more information see the discussion in this issue in the Hystrix project.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels