Commit 2d748bf6 by Bertrand Renuart Committed by Spencer Gibb

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

Fixes gh-1462
parent eff1f0d7
......@@ -82,7 +82,7 @@ public class HystrixCircuitBreakerConfiguration {
}
@Bean
public HasFeatures hystrixFeature() {
public HasFeatures hystrixStreamFeature() {
return HasFeatures.namedFeature("Hystrix Stream Servlet", HystrixStreamEndpoint.class);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment