Introducing Spring Cloud Square
We are happy to announce that we have released the first publicly available milestone version of the Spring Cloud Square incubator project. The project provides Spring Cloud LoadBalancer integration for OkHttpClient and Retrofit, as well as non-blocking WebClient-backed Retrofit clients. Retrofit is a declarative HTTP client from Square.
You can find more information on how to get started with the project below. You can also check the project repository and project documentation .
OkHttpClient Spring Cloud LoadBalancer Integration
An application interceptor is added to the OkHttpClient
created…