use different bean names for Hystrix and HystrixStream features (#1470)

Fixes gh-1462
This commit is contained in:
Bertrand Renuart
2016-11-16 17:39:48 +01:00
committed by Spencer Gibb
parent eff1f0d77a
commit 2d748bf63c

View File

@@ -82,7 +82,7 @@ public class HystrixCircuitBreakerConfiguration {
}
@Bean
public HasFeatures hystrixFeature() {
public HasFeatures hystrixStreamFeature() {
return HasFeatures.namedFeature("Hystrix Stream Servlet", HystrixStreamEndpoint.class);
}
}