-
It would be nice if there was a way to define a custom scalar in the gateway as well as provide the logic to resolve that scalar. It does not make sense to have to define the scalar logic in each micr…
-
A microservice is restarted but for some reason it does not disconnect correctly from the discovery (it does not send the unsubscribe or the discovery is already restarting and therefore does not rece…
-
It would be helpful to be able to throw away security definitions in each individual source and add new ones for all APIs (whitelist likely, similar to paths.include model). This way if you have a mic…
-
https://velog.io/@sh93/Swagger-springdoc-%EC%99%80-Spring-Cloud-Gateway-%ED%86%B5%ED%95%A9
-
Add the /refresh endpoint from @RefreshScope (e.g. Spring) to the Zuul PreFilter in gateway, inside a forEach of microservices registered in eureka.
Keep in mind the /refresh is executed to re-obtai…
-
Hi there,
I am switching from hosting imaginary in docker to AWS lambda serverless microservices. I am quite new to Lambda, can anyone share their experience on deploying imaginary on Lambda and co…
-
Recently Lambda Function URLs were released: https://aws.amazon.com/blogs/aws/announcing-aws-lambda-function-urls-built-in-https-endpoints-for-single-function-microservices/
Those requests fail wit…
deki updated
9 months ago
-
**Describe the Issue**
I deployed the V1 version on a VPS server, and it started running well at first, but after a while, the system resources would be overloaded, causing the firecrawl worker to st…
-
1. 外交官模式(Ambassador)
2. 防腐层(Anti-corruption layer)
3. 后端服务前端(Backends for Frontends)
4. 舱壁模式(Bulkhead)
5. 网关聚合(Gateway Aggregation)
6. 网关卸载(Gateway Offloading)
7. 网关路由(Gateway Routing)
8. 挎斗模式(…
-
I have multiple microservices that have cold-start about 20+ seconds. My requests through DownstreamApi return 502 Bad Gateway when sending a requests.
I would love to be able to configure HttpCli…