Leapfrog message streaming for the AI era — fully open source, sub-millisecond latency. Powered by io_uring, zero-copy deserialization, and thread-per-core architecture. Built in Rust from the ground up — no JVM, no garbage collection. For engineers who hate limits.
From the creators ofIn distributed systems, latency compounds. Every service call, every hop, every layer adds up. When your message streaming infrastructure runs at sub-millisecond P99, the entire stack gets faster.
The thinner the bar, the less latency your infrastructure adds.
Apache Iggy doesn't bolt performance onto an existing runtime. Every layer is purpose-built in Rust to make the most of modern hardware, from a 2-core laptop to a 32-core bare-metal server.
Kernel-level async I/O. No syscall overhead, no context switches. Batched operations completed asynchronously by the kernel.
Shared-nothing architecture. Each core owns its data. No locks, no contention. Linear scalability with core count.
Messages read directly from binary buffers. No parsing, no allocation. Data flows from disk to network with minimal CPU.
Rust’s ownership model. Memory safety at compile time. No GC pauses, no stop-the-world. Predictable at every percentile.
Write-optimized storage with configurable retention. Consumer groups, partitioning, and flexible offset management.
A single 2 vCPU node can handle serious workloads. Runs on bare metal, VMs, containers, or cloud instances.
Natively compiled Rust source and sink plugins. No JVM, minimal memory footprint.
No inbound connections. No vendor access to your data. Pull-only architecture designed to minimize blast radius at every layer.
Warden initiates all connections outbound. We orchestrate infrastructure but never touch your data. The control plane cannot push commands, even if compromised.
Every cluster runs on dedicated VMs with your own NVMe or Network Disk — not shared serverless. Fully isolated from day one. No SSH, no SSM, no open ports.
TLS everywhere, AES at rest. Every binary signed, every task Ed25519-verified. Certificates issued and rotated automatically.
Role-based access control with granular permissions. Streams provide multi-tenant isolation. Each stream contains its own topics, partitions, and access controls.
Dedicated VMs, full isolation, NVMe or Network Disk. VPC peering available — no enterprise plan required. We run everything — you connect and go.
Your AWS account, our management. Keep your AWS discounts and full data sovereignty. Zero cross-network transfer costs.
Any infrastructure. Bare metal, private cloud, VMs. Same Warden agent, same isolation guarantees, same APIs.
Same APIs, same Console, same Warden agent everywhere.
Dedicated VM isolation at every price point. No shared infrastructure.
We're building Viewstamped Replication, a consensus-based replication protocol, directly into Apache Iggy. Deterministic state machines, flexible cluster sizes, and consistency guarantees that leader-follower replication simply cannot deliver.