Kyle Wong
Kyle Wong
Hi, I found a way to achieve my goal. WebFilters could be injected to replication requests by providing following bean which references to `EurekaServerAutoConfiguration.java` ``` @Bean public ReplicationClientAdditionalFilters additionalFilters() {...
Hi @OlgaMaciaszek , could u guide me how to submit a documentation PR?
I've got the same issue, found the root cause is the different behaviour for `new URI()` and `URI.create()`. Could you please fix this issue, Spring Cloud Gateway is a common...