David Fowler

Results 461 comments of David Fowler

Sticky sessions also solves this problem. you should try using it.

The scenario I had was distributing YARP config per cluster in separate folders: ``` sites/site1/yarp.config.json sites/site2/yarp.config.json sites/site3/yarp.config.json ``` The custom configuration provider reads the site folder and watches it for...

A good example will be rate limiting, imagine that was built an an extension. What would that look like? (config, code etc)

The other issue has much better descriptions, should we reopen it?

Up voting older issues is a better way of doing that. Closing this one as a dupe and keeping the other one open and funneling discussions there.

![image](https://user-images.githubusercontent.com/95136/168736931-c0292660-0fee-4398-b912-e2b5ffcfcbc5.png)

I think it would be good to explain the concepts somewhere in the docs as well. They jump right into usage without explaining how YARP is pieced together. There are...

We implemented gRPC load balancing @JamesNK might be able to share some experience here.

This is really about the lifetime of the transformer. It's a singleton, and resolving scoped services needs to be done manually. A scoped alternative could be designed but I'm not...

[This](https://github.com/microsoft/reverse-proxy/issues/2027#issuecomment-1423950168) seems like a reasonable API proposal.