Overview
Aeron is a framework for low-latency messaging and high-availability clustering, built for electronic trading and other systems where p99 latency matters more than averages.
The three components
Section titled “The three components”| Layer | What it does | Builds on |
|---|---|---|
| Transport | UDP-based reliable, zero-copy messaging | — (standalone) |
| Archive | Durable recording & replay of streams | Transport |
| Cluster | Raft consensus for fault-tolerant stateful services | Transport + Archive |
Transport is standalone. Cluster requires all three. (See The Aeron Files for the full architecture.)
How this guide is organized
Section titled “How this guide is organized”- Performance Tuning — the levers that move latency and throughput.
- Benchmarking (section coming back soon) — how to measure, and the published numbers.
- Monitoring — the counters and diagnostic tools (section coming back soon).
- Operations & Resilience — standby, DR, and the failure-mode runbook.