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

  • 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

  • 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

  • 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

  • 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