judykula
Results
2
comments of
judykula
There are two ways to solve this problem: 1. Remove the configuration: spring.cloud.consul.discovery.query-passing=true 2. Use DEBUG mode and put a breakpoint on RoutePredicateHandlerMapping { ... return lookupRoute(exchange) // .log("route-predicate-handler-mapping", Level.FINER)...
I have found the reason is that passing this parameter does not match the logic of ConsulCatalogWatch, will close this post