Tag

replay

0 views collected around this technical thread.

Zhuanzhuan Tech
Zhuanzhuan Tech
Jan 24, 2024 · Backend Development

Understanding Repeater: Business‑Invisible Traffic Recording and Replay for Java Services

This article explains the background, concepts, implementation details, and practical deployment considerations of Alibaba's open‑source Repeater tool, which enables low‑impact traffic recording and replay in Java backend services using JVM‑Sandbox bytecode enhancement.

JVM sandboxJava agentPerformance
0 likes · 13 min read
Understanding Repeater: Business‑Invisible Traffic Recording and Replay for Java Services
Qunar Tech Salon
Qunar Tech Salon
Jun 2, 2023 · Backend Development

Traffic Recording and Replay at Qunar: Architecture, Practice, and Impact on Interface Automation Testing and Full‑Link Stress Testing

This article describes Qunar's use of traffic recording and replay technology for fault isolation, performance optimization, and upgrade migration, detailing the evolution of their Java‑based agents, the end‑to‑end testing workflow, full‑link stress‑test integration, and the measurable business and performance outcomes.

Automated TestingJava agentQunar
0 likes · 15 min read
Traffic Recording and Replay at Qunar: Architecture, Practice, and Impact on Interface Automation Testing and Full‑Link Stress Testing
vivo Internet Technology
vivo Internet Technology
Apr 5, 2023 · Backend Development

Moonbox: An Open‑Source Flow Recording and Replay Platform for Automated Testing

Moonbox is an open‑source, JVM‑Sandbox‑based platform that records and replays traffic to generate automated regression tests, offering visual management, rich plugins, multiple deployment options, high performance and safety features, and aims to simplify testing for developers while fostering community contributions.

Automated TestingJVM sandboxbackend
0 likes · 11 min read
Moonbox: An Open‑Source Flow Recording and Replay Platform for Automated Testing
360 Smart Cloud
360 Smart Cloud
Apr 9, 2021 · Backend Development

Introduction to NSQ: Architecture, Core Components, High‑Availability Deployment, Backup & Replay, and Monitoring

This article introduces NSQ, an open‑source Go‑based distributed message queue, detailing its core components, scalable high‑availability deployment topology, backup and replay mechanisms, and monitoring practices to ensure reliable, fault‑tolerant message processing.

BackupDistributed SystemsHigh Availability
0 likes · 6 min read
Introduction to NSQ: Architecture, Core Components, High‑Availability Deployment, Backup & Replay, and Monitoring
Top Architect
Top Architect
Dec 30, 2020 · Backend Development

Using Kafka as a Storage System for Twitter’s Account Activity Replay API

The article explains how Twitter built the Account Activity Replay API by repurposing Kafka as a storage layer, detailing the system’s architecture, partitioning strategy, request handling, deduplication, and performance optimizations to provide reliable event recovery for developers.

APIInfrastructureKafka
0 likes · 8 min read
Using Kafka as a Storage System for Twitter’s Account Activity Replay API
Xianyu Technology
Xianyu Technology
Feb 15, 2019 · Mobile Development

Flutter UI Gesture Recording and Replay Technique

The article presents a full system for capturing and replaying Flutter UI gestures, detailing how raw pointer data is processed, how gesture recognizers compete, how recordings wrap callbacks and generate synthetic touch packets, and how a timer‑driven replay reproduces user interactions for debugging.

FlutterGestureMobile
0 likes · 13 min read
Flutter UI Gesture Recording and Replay Technique