Remove rogue content in docs

This commit is contained in:
Ryan Baxter
2018-10-02 16:41:14 -04:00
parent 77cdd40f7d
commit af094d0bfc

View File

@@ -425,12 +425,4 @@ public class FooConfiguration {
return Logger.Level.FULL;
}
}
----
OtherClass.someMethod(myprop.get());
}
}
stripped). The proxy uses Ribbon to locate an instance to forward to
via discovery, and all requests are executed in a
<<hystrix-fallbacks-for-routes, hystrix command>>, so
failures will show up in Hystrix metrics, and once the circuit is open
the proxy will not try to contact the service.
----