Guillaume Gnaegi
Guillaume Gnaegi
@raman-m I will add some unit test and acceptance test and I will let you know when it's ready.
As discussed, the PR has been closed. I will first create a new PR adressing the issues discussed here: https://github.com/ThreeMammals/Ocelot/discussions/1910 A complete redesign will be part of a later PR.
@raman-m I'm on it, the feature is already implemented, I'm writing the test cases right now. I wouldn't put low, since it's a great feature and a feature that could...
@raman-m ```json { "DownstreamPathTemplate": "/posts", "DownstreamScheme": "http", "DownstreamHosts": ["JsonPlaceholderService"], }, ``` This is an interesting PR, separating Routes and Hosts is a wise choice... We could imagine splitting the config...
@raman-m It's still a very interesting PR though. A "neat" but breaking solution would be to use the ``` ServiceName ``` we would use for consul or eureka and then...