Hacker News new | past | comments | ask | show | jobs | submit login
Elfo is another actor system in Rust (github.com/elfo-rs)
2 points by dlahoda 11 months ago | hide | past | favorite | 1 comment



https://actoromicon.rs/#features

Asynchronous actors equipped with supervision and a customizable life cycle.

Two-level routing system: between actor groups (pipelining) and inside them (sharding).

Protocol diversity: actors have the capability to process messages from various protocols, defined in different places. Varied communication patterns: regular messages, request-response (TODO: subscriptions).

Dynamic configuration updates and distribution. Suitable for tasks requiring both low latency and high throughput.

Tracing: every message is assigned a trace_id which spreads system-wide implicitly.

Telemetry through the metrics crate.

Dumping: messages can be archived for subsequent debugging. Effortless distribution across nodes.

Utilities for straightforward testing.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: