Posts in 2018

  • 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

  • How to prepare an Apache Release

    Sunday, September 02, 2018 in Articles

    Understanding the Apache Release Cycle In general, Source Release is the key and the required content of Apache. But Binary Release is optional, Dubbo can choose whether to release binary packages to the Apache repository or to the Maven central …

    Read more

  • The fourth Dubbo meetup has been held in Chengdu

    Sunday, August 26, 2018 in Articles

    The fourth Dubbo meetup has been held in Chengdu The depth of the user communication On August 26, 10:00 am - 12:00am, invited the arrival of the car to help, cloud gold, former BBD, flying fish star four companies open source enthusiasts and heavy …

    Read more

  • Native Image using GraalVM

    Tuesday, August 14, 2018 in Articles

    Overview This document will show you how to access GraalVM with a dubbo project and how to compile the project to a binary executable using native-image. The document also introduces the efforts we made in achieving this. GraalVM’s essential is …

    Read more

  • Generic invoke of Dubbo

    Tuesday, August 14, 2018 in Articles

    Generic invoke of Dubbo The generic invoke could be considered to be used in the following cases: Service test platform API service gateway The generic invoke is mainly used when the consumer does not have an API interface; instead of depending the …

    Read more

  • Implementation of cross-language calls by Dubbo2.js

    Tuesday, August 14, 2018 in Articles

    dubbo2.js is a Dubbo client for node.js developped by Qianmiwang. It supports Dubbo’s native protocol, which makes the RPC calls between javascript and java efficient and agile. This tool has been contributed to Dubbo’s community. …

    Read more

  • Source code analysis of spring-boot+Dubbo App start and stop

    Tuesday, August 14, 2018 in Articles

    Introduction Dubbo Spring Boot project is dedicated to simplifying the development of the Dubbo RPC framework in the Spring Boot application. It also integrates the feature of Spring Boot: Autoconfigure (ex: Annotation driver, Autoconfigure, etc.) …

    Read more