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
spring-boot-starter-webclient includes Reactor Netty as the preferred HTTP client. spring-boot-starter-restclient does not include an HTTP client dependency so the client will be based on the JDK's HTTP client. That may not be what we want. If it isn't, we should add our preferred HTTP client (Apache's?) to the starter.