issues
search
elfo-rs
/
elfo
An asynchronous distributed actor framework in Rust with robust observability
265
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore: derive ActorStatusReport constructor
#138
Erigara
opened
2 days ago
0
Turmoil integration
#137
loyd
closed
3 weeks ago
0
chore(network): use unsafe lz4
#136
l4l
closed
2 months ago
0
impl FromStr for elfo::config::Secret
#135
RGafiyatullin
closed
2 months ago
0
How to configure distributed multi-actor system
#134
technomage
opened
3 months ago
1
feat(core): introduce `status_kind` in the `Context`
#133
nerodono
closed
3 months ago
3
Preserve routed messages if closed actor is supposed to restart
#132
loyd
opened
4 months ago
0
Replace pruned context with a dedicated type
#131
loyd
opened
4 months ago
0
Support 128-bit UUID/ULID TraceId
#130
loyd
opened
4 months ago
0
Replace manual NodeNo with auto-generated NodeId
#129
loyd
opened
4 months ago
0
feat(logger): implement logs truncation when line size limit exceedes
#128
nerodono
closed
4 months ago
0
Implement intrusive mailbox
#127
loyd
closed
4 months ago
0
fix(core): do not ignore error while sending starting message
#126
Arjentix
closed
5 months ago
1
Panic at config deserialization on startup makes elfo stuck
#125
Arjentix
closed
5 months ago
0
fix(elfo-test): unstable feature flag
#124
sargarass
closed
8 months ago
0
feat(elfo-test): unstable proxy_with_route
#123
sargarass
closed
8 months ago
0
Feat: improve test utils
#122
sargarass
closed
8 months ago
1
Test utils for extracting messages and requests from Envelope
#121
RicoGit
closed
8 months ago
0
feat(core): use available memory as a trigger for OOM shutdown
#120
White-Oak
closed
9 months ago
0
refactor(core): dump AnyMessage as a struct
#119
GoldsteinE
closed
9 months ago
0
feat(core): the restarting policy can be overridden via configuration for each actor.
#118
sargarass
closed
10 months ago
0
Forwarding the `ResponseToken` associated with a network request to a different actor group results in a remote actor becoming stuck.
#117
sargarass
opened
1 year ago
0
fix(network): unrouted network requests on the remote node don't lead to the caller getting stuck
#116
sargarass
closed
12 months ago
0
Test utilities can be improved
#115
sargarass
closed
8 months ago
1
fix(configurer): panic at the actor restart with valid configs
#114
sargarass
closed
1 year ago
0
Link/unlink actors
#113
loyd
opened
1 year ago
0
fix(telemeter): restart on error
#112
jazvit
closed
1 year ago
0
Opinion on multiparty session types ?
#111
planetoryd
closed
1 year ago
4
fix(core): forget tokens in duplicated envelopes
#110
laplab
closed
1 year ago
0
fix(configurer): avoid race condition with configs on startup
#109
laplab
closed
1 year ago
0
fix: make lookup_vtable available without network feature
#108
laplab
closed
1 year ago
0
feat: support deserialization of AnyMessage
#107
laplab
closed
1 year ago
0
fix(logger): properly filter tracing-log entries
#106
GoldsteinE
closed
1 year ago
0
fix(core/supervisor): pre-spawn actors in Multicast to avoid deadlock
#105
GoldsteinE
closed
1 year ago
0
fix: supervisor deadlock
#104
laplab
closed
1 year ago
1
fix(core/supervisor): remove faulty optimization leading to deadlock
#103
GoldsteinE
closed
1 year ago
1
fix(network): notify the request sender on response decoding error
#102
laplab
closed
1 year ago
0
fix(network): notify remote actors if request parsing failed
#101
laplab
closed
1 year ago
0
fix(network): include protocol and name in decode errors
#100
laplab
closed
1 year ago
0
feat(network): lz4 compression
#99
laplab
closed
1 year ago
0
feat(network): lz4 compression
#98
laplab
closed
1 year ago
1
fix(configurer): block on waiting for the first message
#97
laplab
closed
1 year ago
0
Use serde-path-to-error for better errors about configs
#96
loyd
opened
1 year ago
0
feat(init,configurer): allow to check configs without starting the system
#95
laplab
closed
1 year ago
0
Ensure hygiene of `msg!` and `#[message]`
#94
loyd
closed
1 month ago
1
fix(network): ignore connections from the node to itself
#93
laplab
closed
1 year ago
0
refactor(logger): configure targets in logger config
#92
GoldsteinE
closed
1 year ago
0
Non-blocking requests
#91
loyd
opened
1 year ago
4
fix(configurer): send UpdateConfig as a regular message instead of a request
#90
laplab
closed
1 year ago
0
fix(mailbox): data race between close() and recv() methods
#89
laplab
closed
1 year ago
0
Next