How to use spring-cloud-config in spring-cloud-gateway?
See original GitHub issueI know that we can implement a custom RouteDefinitionLocator
to get RouteDefinitions from spring cloud config server,and the call API /actuator/gateway/refresh
to refresh Routes.
Is there a more better way to do this?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Spring Cloud Gateway
Spring Cloud Gateway matches routes as part of the Spring WebFlux HandlerMapping infrastructure. Spring Cloud Gateway includes many built-in route predicate ...
Read more >Spring Cloud Tutorial - Spring Cloud Gateway Hello World ...
Implement Spring Cloud Gateway using property based config · Go to url - localhost:8080/employee/message spring cloud gateway API tutorial · Go to url...
Read more >Exploring the New Spring Cloud Gateway - Baeldung
Spring Cloud Gateway matches routes using the Spring WebFlux HandlerMapping infrastructure. It also includes many built-in Route Predicate ...
Read more >Spring Cloud Gateway Example - DevGlan
Spring Cloud Route Configuration. Route is the basic building block of the gateway. It is defined by an ID, a destination URI, a...
Read more >Spring Cloud - Gateway - Tutorialspoint
Dynamic Routing with Gateway · Route − These are the building blocks of the gateway which contain URL to which request is to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
No need, just include Spring Cloud starter config.
Closing due to age of the question. If you would like us to look at this issue, please comment and we will look at re-opening the issue.