changed docs

This commit is contained in:
Tom Gardham-Pallister 2017-11-26 18:59:55 +00:00
parent 8e033a916d
commit c1db76de29
2 changed files with 1 additions and 4 deletions

View File

@ -5,8 +5,6 @@ Ocelot's primary functionality is to take incomeing http requests and forward th
to a downstream service. At the moment in the form of another http request (in the future to a downstream service. At the moment in the form of another http request (in the future
this could be any transport mechanism.). this could be any transport mechanism.).
Ocelot always adds a trailing slash to an UpstreamPathTemplate.
Ocelot's describes the routing of one request to another as a ReRoute. In order to get Ocelot's describes the routing of one request to another as a ReRoute. In order to get
anything working in Ocelot you need to set up a ReRoute in the configuration. anything working in Ocelot you need to set up a ReRoute in the configuration.

View File

@ -35,5 +35,4 @@ and LeastConnection algorithm you can use. If no load balancer is specified Ocel
"UseServiceDiscovery": false "UseServiceDiscovery": false
} }
When this is set up Ocelot will lookup the downstream host and port from the service discover provider and load balance When this is set up Ocelot will lookup the downstream host and port from the service discover provider and load balance requests across any available services.
requests across any available services.