seastar icon indicating copy to clipboard operation
seastar copied to clipboard

How can one reactor keep multiple connections to different servers?

Open MoFHeka opened this issue 3 years ago • 0 comments

I had a bunch of data that I segmented with multiple reactors, and there was no data interaction between the segments. But now the problem is that the data after each segment is processed is separated into different buckets and needs to be sent to different servers. However, each reactor seems to hold only one socket_connect.

MoFHeka avatar Dec 23 '21 17:12 MoFHeka