I am trying to upgrade to spring-cloud version from Brixton.SR3 to Dalston.SR4 version but somehow the ribbon client is not working properly.
We have a service running with version Brixton.SR3 trying to make a rest cal to another service with version Dalston.SR4 through ribbon. I am not sure why it is broken as the communication between services are restful interface and we dont change any any api call between 2 services
As we have a lot of services are running, so we dont prefer upgrade all services to latest version at once that is why we are upgrading each subset of services.
below is a simple diagram for my situation
Please help to advise? Thanks