Posts in 2019
  • The Practice of Dubbo at Guazi Used Car

    Saturday, January 05, 2019 in Ecosystem Integration

    Preface With the continuous development of Guazi’s business, the system scale is gradually expanding. Currently, hundreds of Dubbo applications and thousands of Dubbo instances are running on Guazi’s private cloud. Each department of …

    Read more

Posts in 2018
  • Dubbo Integrates Nacos as a Registry Center

    Wednesday, November 07, 2018 in Ecosystem Integration

    Nacos is an important registry center implementation in the Dubbo ecosystem, and dubbo-registry-nacos is the implementation for integrating Nacos as a registry center in Dubbo. Preparations Before integrating dubbo-registry-nacos into your Dubbo …

    Read more

  • Quick Integration of Dubbo + Hystrix in Spring Applications

    Wednesday, August 22, 2018 in Ecosystem Integration

    Background Hystrix is designed to provide more robust fault tolerance by controlling the nodes that access remote systems, services, and third-party libraries, thus providing stronger resilience against latency and failures. Hystrix includes thread …

    Read more

  • From Cross-Language Calls to dubbo2.js

    Tuesday, August 14, 2018 in Ecosystem Integration

    dubbo2.js is a Node.js Dubbo client contributed by Qianmi to the Dubbo community. It provides support for the native Dubbo protocol in Node.js, making RPC calls between Node.js and Java, two heterogeneous languages, convenient and efficient. …

    Read more

  • Using Zookeeper in Dubbo Applications

    Tuesday, August 07, 2018 in Ecosystem Integration

    Introduction to Zookeeper Basic Concepts In modern distributed applications, coordination issues often arise between nodes, including leader election, cluster management, distributed locks, distributed configuration management, unified naming …

    Read more

  • Sentinel Safeguarding Dubbo Services

    Friday, July 27, 2018 in Ecosystem Integration

    In complex production environments, thousands of Dubbo service instances may be deployed, with continuous traffic flowing in and services calling each other. However, distributed systems may encounter issues like traffic surges, system overload, and …

    Read more

  • Using Pinpoint for Distributed Tracing

    Thursday, July 12, 2018 in Ecosystem Integration

    When using Dubbo for service-oriented or integrated applications, if a service’s backend logs show an exception, and this service is called by multiple applications, it is often difficult to determine which application made the call and what …

    Read more

  • Using Zipkin in Dubbo

    Sunday, June 17, 2018 in Ecosystem Integration

    As business grows, the scale of applications continues to expand, and traditional application architectures cannot meet demands. The transformation to a service-oriented architecture is imperative, with distributed service frameworks like Dubbo …

    Read more