You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that for migration to Spring Webflux I should get rid of Zuul and Ribbon and replace them with Spring Cloud Gateway for routing and load-balancing.
Where are microservices registered? Because they can be found on jhipster-registry and Spring Cloud Gateway as well.
In a new generated jhipster app I have:
What is this TokenRelay, is somewhere implemented?
Even that RouteLocator and DiscoveryClient are underlined in red (cannot find the beans), seems to work. Is this a common false alarm?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I saw that for migration to Spring Webflux I should get rid of Zuul and Ribbon and replace them with Spring Cloud Gateway for routing and load-balancing.
Where are microservices registered? Because they can be found on jhipster-registry and Spring Cloud Gateway as well.
In a new generated jhipster app I have:
What is this TokenRelay, is somewhere implemented?
Even that RouteLocator and DiscoveryClient are underlined in red (cannot find the beans), seems to work. Is this a common false alarm?
Thank you!
The text was updated successfully, but these errors were encountered: