We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Efficiëntly configure Cloud Gateway
Eindpoint path routing for each separate controller in services (that do not nest inside main uri, i.e. '/api/products/catagories')
Eindpoint: Or, All registerd manualy (current)
Or, Has to be prefixed with recognisable URI part:
Or, Path rewriting
Or some other Automatic per service only URL registration
Spring cloud discovery? https://stackoverflow.com/questions/60616745/what-are-the-differences-between-spring-cloud-gateway-and-eureka-service-discove Netflix's Eureka discovery integration-dependency https://www.javainuse.com/spring/cloud-gateway-eureka
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Gateway
Efficiëntly configure Cloud Gateway
Problem
Eindpoint path routing for each separate controller in services
(that do not nest inside main uri, i.e. '/api/products/catagories')
Possibilities
Eindpoint:
Or, All registerd manualy (current)
Or, Has to be prefixed with recognisable URI part:
Or, Path rewriting
Or some other Automatic per service only URL registration
References
Spring cloud discovery?
https://stackoverflow.com/questions/60616745/what-are-the-differences-between-spring-cloud-gateway-and-eureka-service-discove
Netflix's Eureka discovery integration-dependency
https://www.javainuse.com/spring/cloud-gateway-eureka
The text was updated successfully, but these errors were encountered: