comnik / comnik/declarative-dataflow
Server module should only expose request handling
Open
- Dominant language
- Rust
- Stars
- 326
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
The server module currently exposes the server's handler functions individually. This invites specific server implementations to accidentally use them without going through the sequencer first, breaking determinism across workers.
Contributor guide
Assessment
This issue has not been assessed yet.