Tagged articles

distributed design

2 articles · Page 1 of 1
Architecture Digest
Architecture Digest
Jul 3, 2026 · Cloud Native

Dissecting Nacos 3.x Distro Protocol: The Distributed Design Behind the 1000 ms Delay

The article deep‑dives into Nacos 3.x’s custom Distro protocol, explaining why Alibaba created it, how its three‑layer architecture, two‑stage delayed‑merge task model, responsibility sharding, periodic version verification, full‑snapshot loading for new nodes, and fixed‑delay retry together achieve low‑latency, message‑efficient AP synchronization for service registration.

Distro protocolNacosdelay merge
0 likes · 14 min read
Dissecting Nacos 3.x Distro Protocol: The Distributed Design Behind the 1000 ms Delay
dbaplus Community
dbaplus Community
Oct 27, 2016 · Cloud Native

How to Build a Smarter Microservice Platform: From Classic Pitfalls to a “Micro‑Intelligent” Design

This article examines the shortcomings of classic microservice architectures, introduces a “micro‑intelligent” design philosophy and a pseudo‑social distributed model, and outlines three foundational elements—service registration, discovery, and monitoring—required to construct a robust, adaptive microservice computing platform.

Cloud NativeService Governancedistributed design
0 likes · 23 min read
How to Build a Smarter Microservice Platform: From Classic Pitfalls to a “Micro‑Intelligent” Design