Posts in 2024
Posts in 2023
Posts in 2022
Posts in 2019
  • Using Apache Skywalking (Incubator) for Distributed Tracing

    Sunday, August 11, 2019 in Ecosystem Integration

    Introduction to Apache Skywalking (Incubator) Apache Skywalking (Incubator) is an APM system designed for microservice architecture and cloud-native architecture systems that supports distributed tracing. Apache Skywalking (Incubator) collects …

    Read more

  • When Dubbo Meets Arthas: Problem Diagnosis in Practice

    Saturday, February 02, 2019 in Ecosystem Integration

    Apache Dubbo is Alibaba’s open-source high-performance RPC framework with a large user base in China. Github: https://github.com/apache/dubbo Documentation: http://dubbo.apache.org/en-us/ Arthas is Alibaba’s open-source application …

    Read more

  • How to Use Seata to Ensure Consistency Between Dubbo Microservices

    Thursday, January 17, 2019 in Ecosystem Integration

    Case The user purchases product business, which consists of 3 microservices: Inventory Service: Deducts the inventory quantity of the given product. Order Service: Generates an order based on the purchase request. Account Service: Deducts from the …

    Read more

  • Introduction to the New Dubbo Admin

    Monday, January 07, 2019 in Ecosystem Integration

    github: https://github.com/apache/dubbo-ops The previous versions of Dubbo Admin were outdated and lacked maintenance for a long time. Therefore, a major refactoring of the project was carried out mid last year, with the following structural changes: …

    Read more