RSS

Posts in 2018

  • 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

  • New Async Call

    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

    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

  • Generic invoke

    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

  • dubbo2.js introduction

    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

  • Dubbo start/stop in spring boot

    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

  • Dubbo QoS Introduction

    Tuesday, August 14, 2018 in Articles

    Manipulating Services Dynamically via QoS QoS (short form of Quality of Service), is a common terminology talking about network devices. For example, by adjusting and manipulating the weights of ports of a router dynamically via QoS, engineers could …

    Read more

  • Dubbo Provider Configuration

    Tuesday, August 14, 2018 in Articles

    This chapter mainly talking about how to configure dubbo. According to the configuration mode, it can be divided into the following mode: XML Configuration, Properties Configuration, Annotation Configuration, API Invocation Mode Configuration. And …

    Read more

  • Dubbo Invoke

    Tuesday, August 14, 2018 in Articles

    As we all know,Dubbo adopts a single large join protocol by default and takes the NIO asynchronous communication mechanism of Netty as the low-level implementation. Based on this mechanism, Dubbo implements several invocation modes as follows: …

    Read more