I'm using Netflix Eureka and Ribbon as a discovery service and a loadbalancer.
Ribbon should choose an available service for me, let's call that service "finder".
What I want is to let ribbon choose a "finder" service, send a message to that service, and then send it another message (to the same service). Meaning, I need to "remember" which service was selected for the first message in order to send the second message.
Any ideas?