How to manage multiple rsocket clients in SpringBoot

219 Views Asked by At

I need some some help creating a mechanism where I can send requests to multiple clients from Spring server and fetch response. I went through few examples and rsocket reference documentation, but I couldn't understand how to work with multiple clients. I think, I need to create and store RSocketRequester for each client(in a Map). I may be wrong. Kindly help.

0

There are 0 best solutions below