Posts in 2023
Advanced cloud native - Dubbo 3.2 officially released
Saturday, April 15, 2023 in Articles
Background introduction Apache Dubbo is an RPC service development framework, which is used to solve service governance and communication problems under the microservice architecture. It officially provides multi-language SDK implementations such as …
Posts in 2022
How to proxy Dubbo service in Apache ShenYu Gateway
Wednesday, May 04, 2022 in Articles
1. Introduction Apache ShenYu Apache ShenYu(Incubating) is an asynchronous, high-performance, cross-language, responsive API gateway. Compatible with a variety of mainstream framework systems, support for hot-plugging, users can customize the …
Makes it More Convenient for You to Proxy Dubbo Services in Apache APISIX
Tuesday, January 18, 2022 in Articles
Background Apache Dubbo is a MicroService development framework open sourced by Alibaba and donated to Apache, which provides two key capabilities of RPC communication and microservice governance. It has not only been validated by Ali’s massive …
Posts in 2021
2.7.14 Release Note
Monday, September 20, 2021 in Releases
Change Lists add Dynamic Configuration Override Support For ServiceDiscovery. (#8389) fix mock parameters doesn’t work when it contain ‘:’ or ‘=’. (#8379) fix the issue of taking the zone parameter value in …
3.0.2.1 Release Note
Monday, August 23, 2021 in Releases
This is a bugfix version of 3.0.2. Exactly the same as version 3.0.2, except for the following changes. Bugfix Fix nacos group inviable in consumer side (#8533) Fix NPE on serialization checking when request timed out (#8547) Compact with dubbo-all …
3.0.2 Release Note
Wednesday, August 18, 2021 in Releases
Features improve generic service with @DubboService annotation. metadata report config support xml to config protocol and port. compatible for curator5. p2p invoke support wildcard url match. add Dynamic Configuration Override Support For …
3.0.1 Release Note
Friday, July 02, 2021 in Releases
Optimization Refactor NameMapping to Metadata, Support application field in MigrationRule Add cache for scan result Improve config overrides of method and argument Support servlet takeover mode Add ServiceListener for ServiceConfig Improve method …
Posts in 2020
Past Releases
Monday, May 18, 2020 in Releases
This document is no longer maintained. You are currently viewing a snapshot version. If you want to see the latest version of the documentation, see Latest Version. Verification you can follow these procedures and the KEYS file to verify the …
Posts in 2019
Dubbo Admin service test
Monday, August 26, 2019 in Articles
Based on the metadata of Dubbo2.7, Dubbo Admin implements the service test function, which can call the real service provider on the console through generalized call. Usage Deploy the provider: You can download the demo here. This project is based on …
Tracing Dubbo service with Apache Skywalking
Sunday, August 11, 2019 in Articles
Introduction to Apache Skywalking Apache Skywalking is the APM system that it designed for micro-services architectures and cloud native architecture systems and supports distribute tracking. Apache skywalking (incubator) collects and analyzes the …