Removes hystrix routes brought back during merge

This commit is contained in:
Spencer Gibb
2020-04-08 13:11:30 -04:00
parent e5b1ca84eb
commit 878b16d96b

View File

@@ -167,44 +167,6 @@ spring:
predicates:
- Host=**.hostmulti1.org,**.hostmulti2.org
# =====================================
- id: hystrix_failure_test
uri: ${test.uri}
predicates:
- Host=**.hystrixfailure.org
filters:
- Hystrix=failcmd
# =====================================
- id: hystrix_fallback_test
uri: ${test.uri}
predicates:
- Host=**.hystrixfallback.org
filters:
- name: Hystrix
args:
name: fallbackcmd
fallbackUri: forward:/fallbackcontroller
# =====================================
- id: hystrix_exception_fallback_test
uri: ${test.uri}
predicates:
- Host=**.hystrixexceptionfallback.org
filters:
- name: Hystrix
args:
name: fallbackcmd
fallbackUri: forward:/exceptionFallback
# =====================================
- id: hystrix_success_test
uri: ${test.uri}
predicates:
- Host=**.hystrixsuccess.org
filters:
- Hystrix=successcmd
# =====================================
- id: load_balancer_client_test
uri: lb://testservice