mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 11:30:36 +00:00
Unlike streaming in c*, scylla does not need to open tcp connections in streaming service for both incoming and outgoing messages, seastar::rpc does the work. There is no need for a standalone stream_init_message message in the streaming negotiation stage, we can merge the stream_init_message into stream_prepare_message.