Wednesday, January 31, 2024 in Articles
Overview This case shows using OpenTelemetry(otlp) as the Tracer in the Dubbo project to report the Trace information to the Otlp Collector, which then forwards it to Zipkin and Jagger. Code address It consists of three parts: …
Monday, October 23, 2023 in Articles
The most popular Java IDE, IntelliJ IDEA, has collaborated with the open-source microservice framework Apache Dubbo community, bringing good news to microservice developers. Along with IntelliJ IDEA version 2023.2, Jetbras has officially released the …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 …