use different bean names for Hystrix and HystrixStream features (#1470)
Fixes gh-1462
This commit is contained in:
committed by
Spencer Gibb
parent
eff1f0d77a
commit
2d748bf63c
@@ -82,7 +82,7 @@ public class HystrixCircuitBreakerConfiguration {
|
||||
}
|
||||
|
||||
@Bean
|
||||
public HasFeatures hystrixFeature() {
|
||||
public HasFeatures hystrixStreamFeature() {
|
||||
return HasFeatures.namedFeature("Hystrix Stream Servlet", HystrixStreamEndpoint.class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user