rsocket-broker / rsocket-broker-client

Apache License 2.0
33 stars 8 forks source link

Question: How to connect to multiple instances of an application. #14

Open p4w4n opened 3 years ago

p4w4n commented 3 years ago

I have a spring boot application running rsocket client and I want to connect to multiple instances of another spring boot application running rsocket broker. Client will need to aggregate the logs sent by all the applications and process them.