Posts in 2018
  • The Fifth Dubbo Developer Salon Successfully Held in Hangzhou

    Monday, December 10, 2018 in Community Updates

    The fifth Dubbo Developer Salon was successfully held in Hangzhou, Guest speakers Li Ding: How to Participate in the Dubbo Open Source Community slides Cao Shengli: Introduction and Demonstration of New Features in Dubbo 2.7 slides Tao Yang: …

    Read more

  • Dubbo Integrates with Nacos to Become a Registry

    Wednesday, November 07, 2018 in Community Updates

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

    Read more

  • Introduction to the Dubbo protocol

    Friday, October 05, 2018 in Community Updates

    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 Community Updates

    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 Community Updates

    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 Apache Release

    Sunday, September 02, 2018 in Community Updates

    Understanding Apache Release Content and Processes In general, the Source Release is the focus of Apache and is essential for the release; the Binary Release is optional. Dubbo can choose whether to publish a binary package to the Apache repository …

    Read more

  • The 4th Dubbo Developer Salon Held in Chengdu on August 26

    Sunday, August 26, 2018 in Community Updates

    In-depth Communication with Users On August 26, from 10:00 to 12:00, we invited four companies: Truck Alliance, Yuntu Jin Control, former BBD, and Feiyu Star, to participate in face-to-face discussions with open-source enthusiasts and heavy users. …

    Read more

  • Native Image using GraalVM

    Tuesday, August 14, 2018 in Community Updates

    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 Community Updates

    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 Community Updates

    dubbo2.js is a Dubbo client for node.js developed 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