Search

Discover articles.

Search across authors, categories, and technical themes. The layout mirrors the editorial references while staying responsive and fast.

Results

Matches for “raft”

142 results
Fundamentals Dec 23, 2016 Architects' Tech Alliance

Advanced Distributed Systems Theory: Paxos, Raft, and Zab

This article provides an in‑depth exploration of distributed consensus protocols, detailing the basics of Paxos, extending to Multi‑Paxos, and comparing it with Raft and Zab while discussing leader election, quorum, lease mechanisms, and practical considerations for implementing these algorithms in real‑world systems.

distributed systemsraftconsensusleader electionpaxoszab
Fundamentals May 18, 2025 Xiaokun's Architecture Exploration Notes

How Distributed Consensus Overcomes the FLP Impossibility Theorem

This article explores how to build fault‑tolerant distributed systems by formalizing consensus, outlines its core properties, explains the FLP impossibility theorem, and shows how algorithms like Raft sidestep its limits through timing constraints and recovery mechanisms.

distributed systemshigh availabilityfault toleranceRaftconsensusFLP theorem
Big Data May 12, 2025 Java Architecture Diary

Why Kafka 4.0’s KRaft Mode Is a Game‑Changer for Distributed Messaging

Kafka 4.0 replaces ZooKeeper with the native KRaft (Kafka Raft) consensus layer, simplifying deployment, boosting scalability, cutting latency, and introducing a new incremental consumer rebalance protocol and share‑group model that together reshape how distributed streaming applications are built and operated.

Distributed SystemsjavaMessage QueuesStreamingKafkaKRaftConsumer Rebalance
Cloud Native Sep 10, 2024 Mike Chen's Internet Architecture

Understanding Nacos: Principles of Dynamic Service Discovery and Configuration Management

This article explains Nacos, Alibaba's dynamic naming and configuration service, covering its architecture, service registration and discovery mechanisms, Raft‑based consistency, and configuration management with long‑polling, providing a comprehensive overview for microservice practitioners.

cloud nativemicroservicesservice discoveryconfiguration managementNacos
Backend Development Apr 17, 2024 Tongcheng Travel Technology Center

In-Depth Analysis of Apache RocketMQ Architecture, Operation Principles, and High‑Throughput Mechanisms

This article provides a comprehensive overview of Apache RocketMQ, detailing its core components, producer and consumer workflows, storage strategies, master‑slave synchronization, Raft‑based half‑write and leader election mechanisms, and best‑practice recommendations for high‑throughput, fault‑tolerant messaging systems.

Distributed SystemsBackend DevelopmentFault ToleranceMessage QueueRocketMQHigh ThroughputRaft
Databases Mar 13, 2024 Sohu Tech Products

DingoDB Multi-Modal Vector Database: Design Philosophy, Architecture and Applications

DingoDB is a multi‑modal vector database that unifies storage and analysis of structured, semi‑structured and unstructured data through a Raft‑based distributed architecture, offering MySQL‑compatible SQL, high‑performance APIs, automatic sharding, real‑time index optimization, and hybrid scalar‑vector queries for enterprise knowledge bases, LLM memory, and real‑time decision‑making.

vector databasevector searchdistributed storageLLM applicationsdata architectureDingoDBmulti-modal database
Databases Feb 12, 2024 DataFunTalk

High‑Availability Architecture of TuGraph‑DB: Design, Planning, and Deployment

This article explains the high‑availability architecture of TuGraph‑DB, covering the concepts of HA, the Raft consensus algorithm, cluster design, server and client mechanisms, snapshot handling, and future roadmap such as witness nodes and on‑demand snapshots.

distributed systemshigh availabilitygraph databaseRaftcluster deploymentTuGraph-DB
Databases Feb 8, 2024 IT Services Circle

TiDB Overview: Architecture, Core Features, and Performance Compared with MySQL

The article explains why traditional MySQL sharding is discouraged, introduces the distributed database TiDB, details its architecture, core capabilities such as HTAP and Raft‑based consistency, compares feature support and resource usage with MySQL, and presents benchmark results demonstrating TiDB’s advantages at large scale.

Distributed DatabaseMySQL ComparisonTiDBHTAPRaft
Cloud Native Dec 26, 2023 System Architect Go

Distributed Leader Election and Kubernetes Lease

Distributed leader election ensures a single node performs exclusive tasks in high‑availability systems, with common implementations like Etcd, Kafka, Elasticsearch, and Zookeeper using algorithms such as Paxos, Raft, and ZAB, while Kubernetes provides the Lease resource to manage leader election via a distributed lock.

distributed systemsKubernetesgoraftleader electionpaxoslease
Previous Page 6 Next