Skip to content

Proto.Actor V2 wishlist #1683

@rogeralsing

Description

@rogeralsing
  • 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions