Wednesday, September 11, 2024 in Community Updates
Apache Dubbo has surpassed 40,000 stars, and the team is proud to announce the official release of Dubbo 3.3! As a leading open-source microservices framework, Dubbo has always been committed to providing developers with high-performance, scalable, …
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 …
Wednesday, January 31, 2024 in Community Updates
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: …
Thursday, January 18, 2024 in Community Updates
This article provides a detailed interpretation of the competition topics. For the official registration channel of the OpenAtom Open Source Foundation, please refer to the link and QR code at the end of the article. Topic Interpretation We look …
Sunday, December 31, 2023 in Community Updates
Dubbo Initializer can be used to quickly generate Java project scaffolding, helping to simplify the setup, basic configuration, and component dependency management of microservice projects. The Initializer is still being updated, and more support for …
Monday, October 23, 2023 in Community Updates
The most popular Java Integrated Development Environment, IntelliJ IDEA, has teamed up with the open-source microservices framework Apache Dubbo community, bringing great news to microservices developers. Alongside IntelliJ IDEA version 2023.2, …
Saturday, October 07, 2023 in Web
Based on the Triple protocol defined by Dubbo3, you can easily write browser and gRPC-compatible RPC services, allowing these services to run simultaneously on HTTP/1 and HTTP/2. The Dubbo TypeScript SDK supports defining services using IDL or …
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 …