Ross ROSS = Recommend OSS · open-source software intelligence for agents

aeron-io/aeron

Efficient reliable UDP unicast, UDP multicast, and IPC message transport observed · 2026-08-28

github.com/aeron-io/aeron · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 10.0
  • age_days: 4590
  • days_rel: 7
  • days_push: 7
  • n_releases_24m: 47

Full methodology

Adoption not part of the score

8818 stars · 1086 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Aeron is an efficient, reliable message transport supporting UDP unicast, UDP multicast, and IPC, with Java, C, and C++ clients. It includes Aeron Archive for recording/replaying streams and Aeron Cluster for fault-tolerant replicated state machines using Raft consensus.

Use cases

  • build low-latency messaging between services over UDP or shared memory
  • record and replay message streams for backtesting or recovery
  • implement fault-tolerant replicated state machines with Raft consensus
  • exchange messages efficiently between processes on the same machine via IPC
  • build high-throughput trading or exchange systems
  • stream market data via UDP multicast

When to choose

  • you need the lowest, most predictable latency messaging at high throughput
  • you're building trading systems, exchanges, or other latency-sensitive infrastructure
  • you need efficient same-machine IPC plus network transport in one API
  • you need stream recording/replay or fault-tolerant clustering

When to avoid

  • you need a general-purpose broker with rich routing, queues, and broad client-language support like Kafka or RabbitMQ
  • your throughput needs are modest and simplicity matters more than latency
  • you need messaging over TCP or the public internet rather than UDP/IPC

Facets

library · maturity stable

message-queue streaming serialization networking microservices fintech performance jvm cpp c cross-platform windows udp ipc low-latency high-throughput raft-consensus message-transport sbe trading-systems multicast messaging real-time linux macos

6 sources

Member repositories

RepositoryRoleHealth v2
aeron-io/aeronmain99

For agents

markdown · JSON · MCP: product_card(name="aeron-io/aeron")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem