-
-
Notifications
You must be signed in to change notification settings - Fork 290
Open
Description
- Remove Routers
- Remove Persistence - use whatever lib you want
- Merge all ibs into one. no use to having Proto.Remote as a separate lib
- Remove static Logging factory - make better use of DI
- async Send, which does not thread block on bounded mailbox queues
- IdentityLookup strategies per ClusterKind
- Ability to check if a virtual actor is activated, and where
- Remove Supervision (Cool features, but not much use in virtual actors, routers could still exist in library form)
- Built-in WebSocket bridge (e.g. for OCPP or similar)
- More built-in cluster Context strategies. retries are nice in some cases, but should not be the default
- Tweak default Remote retry reconnects. mostly not useful to retry 8 times over a long period of time
- Support typed local actors, much like grains
WiP PR #1979
Feel free to add your own ideas
seungyongshim, juliolitwin, miran248, swimmesberger, pkudrel and 3 more
Metadata
Metadata
Assignees
Labels
No labels