-
我自己也做了一个类似的项目,也是基于dotnetty实现rpc调用,但是dotnetty是异步回调机制,项目里也是用TaskCompletionSource等待返回消息,但是性能很差,我现在还没头绪,大概原因是:因为线程竞争造成的,我电脑是4核的,默认线程池最小线程数是4个,由于创建新的线程代价很昂贵,线程池做了保护,一秒钟最多创建不超过两个线程,所以并发一上来,就出现拥堵。不知道作者有没有做过类…
-
## Expected Behavior / New Feature
## Actual Behavior / Motivation for New Feature
a website with App.Metrics is work ,when i add Ocelot , Ocelot is work, but App.Metrics can not get
req…
-
can you force when to downstream a url instead when a request is sent to the gateway with ocelot? ex first validate that the parameters inserted by the user are correct and if validation is correct th…
ICLBS updated
6 years ago
-
## Expected Behavior / New Feature
I've followed the below article link to authenticate API gateway using Ocelot. I use .Net core 2.1 When I run the application it API wasn't authenticated. It shows…
-
## Expected Behavior / New Feature
I am trying to set up Ocelot to route to separate views, but have only seen examples of routing to different apis (makes sense, it is an API Gateway after all). I…
-
I would like to know if it is possible to redirect the request from Ocelot API gateway to get it validated before forwarding it to downstream. I'm using JWT authentication resource owner flow.
-
## Expected Behavior / New Feature
HttpStatus 500, Unable to Handle Request
I checked output log it said
```
Ocelot.Errors.Middleware.ExceptionHandlerMiddleware:Debug: requestId: 0HLG7TAMB8J…
-
Hello,
I integrated Ocelot and ID4. It works well. But I have 2 questions:
- Currently, it will check "authentication" on all APIs of downstream service. So, in some situation, we have some APIs a…
-
## Expected Behavior
Be able to get access to all the API endpoints
## Actual Behavior / Motivation for New Feature
I got a 404 on each route.
## Steps to Reproduce the Problem
1. Build a…
-
Hi All,
I use Ocelot 8.0 and asp.net core 2.1.
I have created two APIs Customers and Products with two different ports which are tested and working fine.
http://localhost:9001/api/customers
ht…