This article primarily discusses the range of challenges encountered and the solutions devised during the implementation of AREX within Trip.com, as well as how to utilize AREX to rapidly deploy a one-stop traffic recording and playback solution to reduce integration costs and accelerate implementation.
AREX or GoReplay? Choosing the Right Tool for Effective Traffic Replay
This article delves into a comparative analysis of two prominent production traffic replay tools: GoReplay and AREX. We examined their key features and distinct functionalities.
How to mock the configuration center Apollo mock in AREX Agent
This article will explain in detail how to record and replay a configuration center, such as Apollo, using AREX Java Agent.
How AREX Supports Recording and Replay Dubbo Custom Protocol
AREX can record requests of Dubbo2x and Dubbo3x protocols. This article will introduce a common solution that allows users to develop their own custom Dubbo protocols for recording and replay.
Technical Implementation of AREX Agent
AREX is an automated regression testing platform using Java Agent and bytecode enhancement technology to achieve traffic recording and replay, this post will share the specific implementation details of AREX Agent.
Design and Implementation of AREX
This post is organized from the keynote speech of MTSC 2023 Shanghai. Speaker: Wang Haibing, R&D Energy Efficiency Team Manager and SRE @Ctrip Flights BU.
How to set up AREX in an AWS environment.
This post shares how to quickly set up AREX service in AWS environment, and use AWS DocumentDB as the database to replace the official default MongoDB, and use ElastiCache to replace the default Redis.
Automation Testing Platform AREX 0.4.0 Released!
AREX version 0.4.0 is released!
The Front-end Architecture evolution of AREX
In this series, we will introduce the evolution process of the AREX frontend architecture, along with the challenges encountered and the solutions adopted during the evolution. This serves as a sharing of development experience and also facilitates a better understanding of the AREX source code and its customization for further development.
How to implement API debugging functionality in a web Front-end?
This article will use AREX as an example to introduce how to implement API debugging functionality in a web environment.