Skip to content

Latest commit

 

History

History
66 lines (36 loc) · 915 Bytes

slides.md

File metadata and controls

66 lines (36 loc) · 915 Bytes

Dubbo 3.0

雷卷


Author Introduction

阿里巴巴Java软件工程师


Agenda

  • Dubbo是什么?
  • 为何开发3.0
  • 3.0和2.0的特性对比
  • 技术挑战
  • FAQ

Dubbo是什么

  • Java分布式的RPC框架: Registry, Provider, Consumer

为何开发3.0

  • Dubbo 2年久失修
  • 技术要升级: Spring Boot兼容等
  • Metrics

3.0和2.0的特性对比

Feature Dubbo 2.0 Dubbo 3
Remoting Netty 3,Mina, Grizzy Netty 3,4
Registry Simple,Redis,Zookeeper Redis, ZooKeeper, Consul
Container Jetty,Spring Spring

技术挑战

  • 基于Java 8重写

FAQ {.big}

Any question???