Posts in 2023
  • A Quick Guide to Understanding the Core Capabilities of Dubbo

    Thursday, February 23, 2023 in Community Updates

    Introduction to Dubbo One-Sentence Definition Apache Dubbo is a microservices development framework that helps solve communication problems in microservices development while providing service governance capabilities for building enterprise-level …

    Read more

  • 2022 Annual Summary and 2023 New Year Plan

    Thursday, February 23, 2023 in Community Updates

    2022 Annual Summary 1 Dubbo Open Source 12th Anniversary 50k+ stars, 30k forks, 1000+ contributors 2 Dubbo3 Milestones Achieved Large-Scale Production Verification Alibaba’s core microservice cluster achieved a comprehensive upgrade from HSF …

    Read more

  • Exploration and Improvement of Dubbo in Proxyless Mesh Mode

    Thursday, February 02, 2023 in Community Updates

    I. Background With the emergence of Docker and Kubernetes, a large monolithic application can be split into multiple independently deployed microservices, packaged, and run in corresponding containers. Different applications communicate with each …

    Read more

  • Dubbo 3.1.5 and 3.2.0-beta.4 Official Release

    Monday, January 30, 2023 in Community Updates

    Dubbo 3.1.5 is the latest stable version of Dubbo 3, and we recommend all users upgrade to the latest stable version. Dubbo 3.2.0-beta.4 is the latest feature version of Dubbo 3, supporting new features such as Spring Boot 3, JDK 17, and …

    Read more

Posts in 2022
  • Dubbo Java 3.2.0-beta.3 Official Release

    Sunday, December 18, 2022 in Community Updates

    Dubbo version 3.2.0-beta.3 is the latest feature version of Dubbo 3, supporting new features such as Spring Boot 3, JDK 17, service-level thread pool isolation, and more. Everyone is welcome to try it out. Dubbo 3.2.0-beta.3 Note: The codebase of …

    Read more

  • Dubbo Java 3.1.4 Official Release

    Thursday, December 01, 2022 in Community Updates

    Dubbo 3.1.4 is the latest stable version of Dubbo 3, and we recommend all users upgrade to the latest stable version. Dubbo 3.1.4 New Features Dubbo QoS supports a specified whitelist IP list to access all commands Bugfix Fix incorrect collection of …

    Read more

  • Dubbo 3.2.0-beta.2 Official Release

    Friday, November 18, 2022 in Community Updates

    Dubbo 3.2.0-beta.2 Changes Switched to user thread serialization to enhance protocol performance Supported port reuse for Netty3 Fixed the issue where providedBy does not work with multiple user configurations Supported istio’s first-party-jwt …

    Read more

  • Focusing on Stability, Dubbo Java Release Plan Announced

    Saturday, October 22, 2022 in Community Updates

    Introduction to Dubbo Apache Dubbo is an RPC service development framework designed to address service governance and communication issues in microservice architectures. Official SDK implementations are available in multiple languages, including Java …

    Read more

  • Dubbo Java 3.1.3 Official Release

    Monday, July 18, 2022 in Community Updates

    Dubbo 3.1.3 Changes Fixed the issue of abnormal Filter order during local calls Supported importing protocol configuration items into MetadataService Supported automatically selecting available ports when publishing MetadataService Improved error …

    Read more

  • How to proxy Dubbo service in Apache ShenYu Gateway

    Wednesday, May 04, 2022 in Community Updates

    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 …

    Read more