-
Notifications
You must be signed in to change notification settings - Fork 16
Named and Parallel Channels #81
Copy link
Copy link
Open
Description
Allow specifying a virtual channel identifier (i.e. a "name") to an actor path, in order to separate logical flows of data in the system (alá Partisan).
Also allow configuration of multiple open channels between two hosts and load balancing (or channel assigning) between them to increase throughput on high-BDP links while maintaining FIFO guarantees.
Tasks
- Implement
- Write tutorial(s)
Reactions are currently unavailable