Giter Site home page Giter Site logo

dubbogo's Introduction

dubbogo

a golang micro-service framework compatible with alibaba dubbo.

feature


  • 1 基于TCP or HTTP的分布式的RPC(√)
  • 2 支持多种编解码协议,如 JsonRPC(√), Hessian(√), ProtoBuf,Thrift等
  • 3 服务发现:服务发布(√)、订阅(√)、通知(√)等,支持多种发现方式如 ZooKeeper(√)、Etcd(x)、Redis(x) 等
  • 4 高可用策略:失败重试(Failover,√)、快速失败(Failfast,√)
  • 5 负载均衡:支持随机请求(√)、轮询(√)、基于权重(x)等
  • 6 其他,如调用统计、访问日志、身份验证等(x)

0.2 说明

  • dubbogo 目前版本(0.2.0) 在上一个版本基础之上,codec层添加支持 hessian 2.0 协议,transport protocol 添加支持 tcp 协议 。
  • 目前只能在 client endpoint 层通过调用 tcp + hessian 与原生的 java dubbo server 间进行服务调用;

TODO :

  • 添加心跳请求和处理;

  • 添加异步通信机制;

0.1 说明


  • dubbogo 目前版本(0.1.1)支持的codec 是jsonrpc 2.0,transport protocol是http;
  • 只要你的java程序支持jsonrpc 2.0 over http,那么dubbogo程序就能调用它,使用过程中如遇到问题,请先查看doc/question.md;
  • dubbogo自己的server端也已经实现,即dubbogo既能调用java service也能调用dubbogo实现的service。相应的代码示例请参考dubbogo-examples
  • dubbogo 下一个版本(0.2.x)计划支持的codec 是dubbo(hessian),transport protocol是tcp;
  • QQ group: 196953050

dubbogo's People

Contributors

alexstocks avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.