← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

Cloudflare Launches Meerkat, a Leaderless Global Coordination Service Based on QuePaxa

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Cloudflare launched Meerkat, a new internal control-plane service.
  • Meerkat uses the QuePaxa consensus algorithm for global consistency.
  • It supports leaderless writes, unlike Raft, to improve availability.
  • Meerkat is expected to be the first production deployment of QuePaxa globally.

Cloudflare Introduces Meerkat

Cloudflare has announced Meerkat, a new internal service designed for globally consistent control-plane coordination. This service is built upon the QuePaxa consensus algorithm, marking a significant development in distributed systems within Cloudflare's infrastructure.

Addressing Limitations of Existing Algorithms

Traditional consensus algorithms, such as Raft, often face challenges in wide-area networks due to their reliance on a single leader for writes. If this leader fails or becomes unreachable, the system experiences downtime until a new leader is elected. Cloudflare developed Meerkat to overcome these availability issues.

Meerkat's implementation of QuePaxa allows all replicas to accept writes concurrently, eliminating the need for leader timeouts and the associated availability loss in distributed systems.

Technical Capabilities and Impact

Meerkat provides a consensus log that supports various services, including a transactional key-value store and a leasing system. The system ensures strong consistency through a globally replicated consensus log, guaranteeing that all replicas agree on the order and values of committed operations, thus providing linearizable reads and writes.

Cloudflare states that Meerkat is anticipated to be the first production deployment of the QuePaxa algorithm at a global scale, indicating its potential to influence future distributed system designs.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Cloudflare introduced Meerkat, an internal globally consistent control-plane service that uses the QuePaxa consensus algorithm. Meerkat allows leaderless writes, which improves availability across Cloudflare's global network by avoiding the downtime associated with leader failures in traditional consensus algorithms like Raft.