Questions tagged [spring-cloud-square]

2 questions
2
votes
3 answers

Is sleuth compatible with retrofit2

Is spring-cloud-sleuth compatible with retrofit2? I know sleuth works out of the box with a spring MVC RestTemplate but I can't find any resource online to know how I can make it works with retrofit2.
2
votes
1 answer

How do I use okhttp in the spring cloud ribbon

The getting started of the spring cloud ribbon is very easy and simple, and it is using the rest template to communicate with backend servers. But in our project we are more like to use okhttp to do the http request, does anyone can help?