Ryan Baxter

Results 639 comments of Ryan Baxter

@fitzoh what if in the filters i want to apply things like filters to modify the request/response for each route individually? The is why I liked referencing existing route definitions....

@sincang no it is not supported yet

Sounds like you want to use `spring-cloud-starter-kubernetes-client` or `spring-cloud-starter-kubernetes-fabric8`.

Right you have the wrong dependency on your classpath, you need to choose one of the two I listed above.

This was done on purpose. https://github.com/spring-cloud/spring-cloud-gateway/issues/143 cc: @spencergibb

To tell you the truth I am not sure without digging into this some more. IDK if @spencergibb has any ideas

I am trying to reproduce this problem with a unit test using an IPV6 address and it appears to be working fine, I don't get this exception. `URI.create` should handle...

Could you provide a sample app that demonstrates the problem?

I was trying to reproduce this error with a real cluster but I was unable to, so I am looking for how to reproduce the error when running against an...