Thursday, April 25, 2024 in Ecosystem Integration
Note This article is only applicable to the Dubbo protocol communication scenario. If you are a Dubbo3 user, it is recommended to use the triple protocol. Please refer to Using Apache APISIX to Proxy Dubbo Services (Triple Protocol) for specific …
Monday, April 22, 2024 in Ecosystem Integration
For a description of how to proxy triple protocol services with a gateway, please refer to the section on HTTP Gateway Access. This article demonstrates how to use the combination of Apache APISIX + triple protocol + Nacos registry to proxy Dubbo …
Monday, April 01, 2024 in Ecosystem Integration
Note This article is only applicable to Dubbo protocol communication scenarios. If you are a Dubbo3 user, it is recommended to use the triple protocol. Please refer to Use Apache APISIX to Proxy Dubbo Services (triple protocol) for specific …
Saturday, October 07, 2023 in Ecosystem Integration
This article uses real projects and code as examples, demonstrating step by step how to achieve interoperability between the Apache Dubbo system and the Spring Cloud system with minimal cost, enabling hybrid deployment and migration of different …
Wednesday, June 28, 2023 in Ecosystem Integration
Java applications face issues such as slow “cold start”, high memory usage, and long warm-up times in the cloud computing era, making it difficult to adapt to cloud deployment models like Serverless. GraalVM addresses these issues significantly …
Wednesday, May 04, 2022 in Ecosystem Integration
1. Introduction Apache ShenYu Apache ShenYu(Incubating) is an asynchronous, high-performance, cross-language, and responsive API gateway. Compatible with various mainstream framework systems, it supports hot swapping, and users can customize …
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 …
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 …
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 …
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: …