seastar
seastar copied to clipboard
How can one reactor keep multiple connections to different servers?
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.