Posts in 2019

Posts in 2018

  • The fifth Dubbo meetup has been held in Hangzhou

    Monday, December 10, 2018 in Articles

    The fifth Dubbo meetup has been held in Hangzhou, Please enjoy the slides of the topics: Ding Li: How to involve in dubbo community slides Shenli Cao: Dubbo 2.7 introduction slides Tao Yang: Dubbo practice in netease koala slides Mercy Ma: Nacos …

    Read more

  • Dubbo Integrates with Nacos to Become a Registry

    Wednesday, November 07, 2018 in Articles

    Nacos is an important registry in Dubbo ecosystem, and dubbo-registry-nacos is the implementation of Dubbo-integrated Nacos registry. Preparation Works Before you integrate dubbo-registry-nacos into your Dubbo project, make sure the Nacos service is …

    Read more

  • Introduction to the Dubbo protocol

    Friday, October 05, 2018 in Articles

    The concept of the protocol The protocol is the foundation of communication between two network entities, and data is transmitted from one entity to another in the form of a byte stream over the network. In the world of byte streams, this …

    Read more

  • Integrate Dubbo with Kubernetes

    Sunday, September 30, 2018 in Articles

    General goal Dubbo’s provider don’t care about service registration.Open its Dubbo service port,the declaration and publishment of the service will be executed by Kubernetes. Dubbo’s consumer directly discovers the corresponding …

    Read more

  • How to implement a fully asynchronous calls chain based on Dubbo

    Sunday, September 02, 2018 in Articles

    Implementing the full asynchronous programming based on Dubbo, which is a new feature introduced in version 2.7.0 after the enhancement of the existing asynchronous mode.This article first reviews the supported functions and existing problems of …

    Read more