Tag

Distributed Configuration

0 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Jun 15, 2023 · Backend Development

Design and Evolution of a Distributed Configuration System

The article examines why a distributed configuration system is needed, outlines its constraints, traces its evolution from single‑machine files to centralized and database‑backed stores, and presents WeChat’s design—key‑object protobuf model, secure SDK, asynchronous pull loading, versioned consistency, and gray‑release support—demonstrating a two‑year case study that cut configuration rollout time from days to minutes.

Backend DevelopmentDistributed Configurationasynchronous
0 likes · 18 min read
Design and Evolution of a Distributed Configuration System
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 17, 2021 · Backend Development

Comparative Overview of Distributed Configuration Centers for Spring Boot Microservices

This article introduces the need for dynamic configuration in Spring Boot microservices, compares popular open‑source configuration centers such as Apollo, Nacos, Spring Cloud Config, Disconf, and Diamond, and provides detailed features, a comparison table, and code examples for integrating Apollo.

ApolloDistributed ConfigurationJava
0 likes · 11 min read
Comparative Overview of Distributed Configuration Centers for Spring Boot Microservices
Top Architect
Top Architect
May 18, 2021 · Backend Development

Comparison of Spring Cloud Config and Ctrip Apollo Configuration Centers and Their Architecture

This article examines the architecture and features of Spring Cloud Config and Ctrip Apollo configuration centers, compares their strengths and weaknesses, and provides practical guidance for migrating from Spring Cloud Config to Apollo in microservice environments.

ApolloConfiguration CenterDistributed Configuration
0 likes · 12 min read
Comparison of Spring Cloud Config and Ctrip Apollo Configuration Centers and Their Architecture
Baidu Geek Talk
Baidu Geek Talk
May 12, 2021 · Operations

BRCC: A Distributed Configuration Center Solution for Modern Applications

BRCC (Better Remote Config Center) is an open‑source, lightweight, Spring‑Boot‑based distributed configuration center that simplifies management of dynamic, multi‑environment settings across dozens of instances by offering easy SDK/API access, push notifications, traceability, fine‑grained security, high performance, and a user‑friendly UI.

BRCCBaidu open sourceConfiguration Center
0 likes · 12 min read
BRCC: A Distributed Configuration Center Solution for Modern Applications
Architecture Digest
Architecture Digest
Jan 23, 2017 · Backend Development

Design and Implementation of the Diablo Distributed Configuration Management Platform

The article introduces the need for a distributed configuration platform, outlines its typical scenarios and essential characteristics, and details the lightweight open‑source implementation Diablo—including its architecture, data model, Redis storage, client behavior, real‑time update mechanisms, and deployment recommendations.

BackendConfiguration CenterDistributed Configuration
0 likes · 10 min read
Design and Implementation of the Diablo Distributed Configuration Management Platform