Skip to content

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.

LayerWhat it doesBuilds on
TransportUDP-based reliable, zero-copy messaging— (standalone)
ArchiveDurable recording & replay of streamsTransport
ClusterRaft consensus for fault-tolerant stateful servicesTransport + Archive

Transport is standalone. Cluster requires all three. (See The Aeron Files for the full architecture.)

  • 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.