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 …
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 …
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 …
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. …
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 …
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 …
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 …
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 …