Tagged articles
12 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Oct 1, 2024 · Backend Development

Build a Distributed Casbin Watcher with Workerman Redis in PHP

This guide explains how to implement a Casbin Watcher for distributed policy synchronization using Workerman's asynchronous Redis client in PHP, covering the underlying principles, required interfaces, code implementation, and a complete usage example with publish‑subscribe messaging.

CasbinDistributed SystemsPHP
0 likes · 7 min read
Build a Distributed Casbin Watcher with Workerman Redis in PHP
JavaEdge
JavaEdge
Jan 2, 2022 · Big Data

Mastering ZooKeeper: Core Concepts, Architecture, and Practical Setup

This article provides a comprehensive overview of ZooKeeper, covering its role in distributed systems, common use cases, source code setup, serialization and persistence mechanisms, network communication models, and the watcher workflow, enabling developers to understand and deploy ZooKeeper effectively.

Big DataPersistenceWatcher
0 likes · 12 min read
Mastering ZooKeeper: Core Concepts, Architecture, and Practical Setup
NiuNiu MaTe
NiuNiu MaTe
Oct 7, 2021 · Backend Development

Mastering Zookeeper: Core Concepts, Architecture, and Leader Election Explained

This article provides a comprehensive overview of Zookeeper, covering its purpose as a distributed coordination service, data structures, system architecture, ZAB protocol, leader election mechanisms, watcher functionality, key features, request ordering, synchronization methods, and potential consistency issues.

Distributed CoordinationWatcherZAB Protocol
0 likes · 19 min read
Mastering Zookeeper: Core Concepts, Architecture, and Leader Election Explained
Open Source Linux
Open Source Linux
Apr 16, 2021 · Operations

Mastering ZooKeeper: Core Concepts, Architecture, and Real‑World Use Cases

This comprehensive guide explains ZooKeeper’s role as a distributed coordination service, covering its consistency guarantees, Znode hierarchy, ZAB protocol, watcher mechanism, ACLs, server roles, data synchronization modes, deployment options, dynamic scaling, and typical use cases such as configuration management, service discovery, leader election, distributed locks and queues.

ACLDistributed CoordinationWatcher
0 likes · 23 min read
Mastering ZooKeeper: Core Concepts, Architecture, and Real‑World Use Cases
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jan 15, 2021 · Big Data

Introduction to ZooKeeper: Architecture, Features, and Usage

This article introduces ZooKeeper as a distributed coordination framework, explains its file‑system‑like data model, watcher mechanism, node types, core features, provided functionalities such as publish/subscribe, distributed locks, load balancing, naming service, leader election, and details the ZAB consensus protocol.

Distributed CoordinationWatcherZAB
0 likes · 24 min read
Introduction to ZooKeeper: Architecture, Features, and Usage
Architect's Tech Stack
Architect's Tech Stack
Aug 14, 2020 · Operations

ZooKeeper Interview Questions and Core Concepts

This article provides a comprehensive overview of ZooKeeper, covering its role as a distributed coordination service, consistency guarantees, ZAB protocol, Znode types, watcher mechanism, ACL permissions, chroot feature, session management, server roles, data synchronization, deployment modes, and typical use cases in distributed systems.

ACLConsistencyDistributed Coordination
0 likes · 19 min read
ZooKeeper Interview Questions and Core Concepts
Ctrip Technology
Ctrip Technology
Jul 16, 2020 · Artificial Intelligence

Implementing Visual UI Automation Testing with Watcher: Architecture, Workflow, and Algorithms

The article explains how to reduce the impact of frequent UI changes on automated testing by using visual testing techniques, introduces the Watcher platform’s SDK, image‑comparison services, real‑time comparison, and various algorithms—including pixel, template, content, and AI‑based matching—to improve test stability and efficiency.

AIAppiumSelenium
0 likes · 10 min read
Implementing Visual UI Automation Testing with Watcher: Architecture, Workflow, and Algorithms
Big Data Technology Architecture
Big Data Technology Architecture
Feb 29, 2020 · Fundamentals

Understanding Zookeeper: Cluster Architecture, Data Model, Watcher Mechanism, and Common Use Cases

This article explains Zookeeper’s high‑performance distributed coordination system, covering its cluster roles, ZNode data model, watcher mechanism, provides Java code demos for creating and monitoring nodes, and outlines eight typical application scenarios such as configuration management, load balancing, naming services, master election, and distributed locks.

Distributed CoordinationJavaWatcher
0 likes · 12 min read
Understanding Zookeeper: Cluster Architecture, Data Model, Watcher Mechanism, and Common Use Cases
macrozheng
macrozheng
Dec 26, 2019 · Fundamentals

How ZooKeeper Coordinates Distributed Systems: Nodes, Watchers, and Leader Election

This article explains ZooKeeper's core concepts—including ZNode data storage, node types, watcher mechanisms, session management, and the leader‑follower‑observer architecture—illustrating how it enables reliable coordination and atomic operations in distributed systems.

Distributed SystemsSession ManagementWatcher
0 likes · 16 min read
How ZooKeeper Coordinates Distributed Systems: Nodes, Watchers, and Leader Election