Cloudflare unveiled Meerkat, a new globally consistent control‑plane service based on the QuePaxa consensus algorithm, enabling leaderless writes while preserving strong consistency across its network.

Cloudflare announced Meerkat, a globally consistent control‑plane service that leverages the QuePaxa consensus algorithm to enable leaderless writes while maintaining strong consistency across its massive edge network.

What Is Meerkat?

Meerkat is designed as a distributed coordination layer that sits in front of Cloudflare’s edge services, providing a single source of truth for configuration and state changes without the need for a designated leader node.

How QuePaxa Drives Consistency

The QuePaxa algorithm combines quorum‑based voting with a queue‑ordering mechanism, allowing multiple nodes to accept write requests concurrently. Once a write reaches a quorum, the operation is committed and propagated to all replicas, guaranteeing linearizable consistency.

Unlike traditional leader‑based protocols such as Raft, QuePaxa reduces latency spikes caused by leader failover and eliminates single‑point bottlenecks, which is crucial for Cloudflare’s globally distributed infrastructure.

Key Benefits for Cloudflare Customers

  • Reduced write latency by handling requests at the nearest edge node
  • Improved fault tolerance through leaderless operation
  • Strong consistency that simplifies application logic
  • Seamless integration with existing Cloudflare APIs

Developers can interact with Meerkat via the same RESTful and gRPC interfaces used for other Cloudflare services, making migration straightforward and preserving existing security models.

Potential Use Cases

Typical scenarios include distributed feature flag management, real‑time DNS updates, and coordinated cache invalidation, where consistent state across thousands of edge locations is essential.

By providing a globally consistent control plane, Meerkat also opens the door for more advanced edge computing workloads that require coordinated state, such as multi‑region transaction processing and collaborative AI inference pipelines.

Meerkat represents a significant step forward in how we think about distributed coordination at internet scale.

InfoQ coverage of Cloudflare Meerkat consensus announcement