Posts in 2022
EaseAgent - Observability, non-intrusive observation system
Sunday, May 08, 2022 in Blogs
Background With the popularity of microservice architectures, troubleshooting and locating problems has become very difficult and observability has become a fundamental requirement for distributed systems. A distributed tracing system for locating …
Full Stack Stress Test on Production
Tuesday, February 22, 2022 in Blogs
1. Background With the increase of hardware performance, network bandwidth, and user data, traditional stand-alone applications are being replaced by software systems based on the network. But while bringing more powerful computing capability, such a …
Full Stack Multiple Canary Release
Thursday, February 17, 2022 in Blogs
1. What is Canary Release Let’s start with the simplest case. Canary is a technique used to reduce the risk associated with releasing new versions of software. The idea is to first release a new version of the software to a small number of …
Posts in 2021
Extend Backend Application With WebAssembly
Friday, September 17, 2021 in Blogs
1. WebAssembly Introduction With the evolution of the Internet, more and more applications have been migrated to the web with the help of JavaScript, but people also notice that downloading, parsing, and compiling JavaScript consumes a lot of time, …
How to do an online flash sale event with Easegress and WebAssembly
Wednesday, September 08, 2021 in Blogs
0. Background A flash sale is a discount or promotion offered by an eCommerce store for a short period. The quantity is limited, which often means the discounts are higher or more significant than run-of-the-mill promotions. However, significant …
A Spring Cloud Compatible Service Mesh
Tuesday, August 24, 2021 in Blogs
Background At present, the service mesh technology on the market is mostly used to solve the problem of service management and governance under the microservice system architecture, it mainly includes the following sub-systems: Traffic Scheduling …
The Next Generation Service Gateway
Friday, August 13, 2021 in Blogs
Cloud Native Application Today, all the software architectures are migrating to Cloud Native architecture. The Cloud Native architecture has the following characteristics: It’s built by Microservice architecture with resilience design. On-demand …