✅ API Gateway with Aspire .NET
Did anyone try to use API-Gateway with Aspire .NET? Ocelot has static json config file which is not a good way to bind to Aspire orchestration projects. The behavior that I need is providing some references of my APIs to Gateway project and do redirects as usual.
Also Aspire can run single instance of project with many replicas, so we need to cook this behavior too. If we do some replicas it is nice to see some kind of load balancing which depends on HelthChecks.
So, as I searched, there is no already build in solutions for this problem. Can you recommend me something? Or should I try to implement it by my own?
4 Replies