In my project requirement, We need to distribute the load between two different micro services but call of the two microservices are not based on the endpoint(URL) but it is calling via it's SDK-Client.
Can we customize either of Netflix ribbon or Spring Cloud Gateway to achieve it or is there any other solution for this?
For details please refer this attachment:-enter image description here
Any feedback are greatly appreciated, Thanks a lot in advance!!!