yarp should we use it, dynamic route creation at runtime #1221
-
Hi, I hope you understand what I mean, is yarp the right framework for this? Should we wait until certain features are implemented? What are your thoughts on this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If you want to load routes from your own custom config format then we recommend implementing a IProxyConfigProvider provider: These support making changes at runtime via IChangeToken's. |
Beta Was this translation helpful? Give feedback.
If you want to load routes from your own custom config format then we recommend implementing a IProxyConfigProvider provider:
https://microsoft.github.io/reverse-proxy/articles/config-providers.html
These support making changes at runtime via IChangeToken's.
https://microsoft.github.io/reverse-proxy/articles/config-providers.html#reload