Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ Integration tests require Docker.
- **Awaitility** — async testing support
- **SLF4J / Logback** — logging

## Roadmap

The following features are not yet implemented but will be added when of interest:

- **Supervision strategies** — configurable failure handling policies (restart, stop, escalate) for parent-child actor hierarchies
- **Backpressure / bounded mailboxes** — mailbox capacity limits with overflow strategies (e.g. drop, reject) to prevent unbounded memory growth
- **Dead letter handling** — capture and surface messages sent to stopped or non-existent actors for debugging and monitoring
- **Configurable timeouts** — user-defined timeouts for request-response, future piping, and container shutdown
- **Observability** — hooks for metrics (mailbox depth, message throughput, processing latency) and structured diagnostics

## Contributing

Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for branching strategy,
Expand Down
Loading