mirror of
https://github.com/spring-cloud/spring-cloud-netflix.git
synced 2026-09-17 15:49:00 +00:00
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
+1
-1
@@ -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