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
3.0.2.1
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 …
Posts in 2020
Past Releases
Monday, May 18, 2020 in Releases
Verification you can follow these procedures and the KEYS file to verify the download files Apache Dubbo GitHub: https://github.com/apache/dubbo Release Notes: https://github.com/apache/dubbo/releases 3.0.9 (2022-06-23) source | asc | sha512 3.0.8 …
Posts in 2019
Service test in dubbo admin
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 …
Use apache skywalking in dubbo
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 …
Dubbo extensible mechanism - part 2
Thursday, May 02, 2019 in Articles
In the actual implementation of the Dubbo extensibility mechanism, we learned some concepts of the Dubbo extension mechanism, explored the implementation of LoadBalance in Dubbo, and implemented a LoadBalance on our own. Do you think Dubbo’s …