Files
spring-cloud-gateway/spring-cloud-gateway-core
MattyA 75a34df7e2 Moves routeId generation schedule to more specific location.
This allows only the routeId generation to be on an elastic scheduler
while everything else remains on the main thread.

That way if there are errors loading routes, this will halt execution.

Fixes gh-1574
Fixes gh-1575
2020-02-27 23:33:00 -05:00
..