摘要:
Ocelot supports some very rudimentary caching at the moment provider by the CacheManager project. This s an amazing project that is solving a lot of c 阅读全文
摘要:
Ocelot supports claims based authorization which is run post authentication. This means if ou have a route you want to authorize you can add the follo 阅读全文
摘要:
Qos quality of service Ocelot supports one Qos capability at the current time.You can set on a per Route basis if you want to use a circuit breaker wh 阅读全文
摘要:
Ocelot can load balance across available downstream services for each Route. This means you can scale your downstream services and Ocelot can use them 阅读全文
摘要:
In order to authenticate Routes and subsequently use any of Ocelot's claims based features such as authorization or modifying the request with values 阅读全文
摘要:
Ocelot supports rate limiting of upstream requests so that your downstream services do not become overloaded. OK so to get rate limiting working for a 阅读全文
摘要:
Service discovery helps you discovery,track and monitor the health of services within a network. Service discovery registers and maintains a record of 阅读全文