Giter Site home page Giter Site logo

c-rpc's Introduction

C-RPC

Feature

  • 使用 Etcd 作为 RPC 注册中心
  • 不同于 Zookeeper 的 【services list - host】存储形式,使用 【host - services list】存储
  • 序列化使用 Protostuff
  • Netty 作 IO多路复用
  • 客户端定时任务,定期拉取 services list,缓存在客户端,调用时的 LoadBalance 在客户端做
  • 仿 Dubbo 实现 SPI 机制

TODO

  • ServiceProvider based on SPI

  • ServiceDiscovery based on Etcd

  • ServiceProvider based on Etcd

  • ServiceRegistry based on Etcd

  • Custom Netty codec

  • Add LoadBalance

  • Add GZPI Compress

  • Bean To Json to solve Etcd K-V one-to-one mapping problem based on Gson

  • Update Etcd storage structure from [ServiceName, HostList] to [Host, ServicesList]

c-rpc's People

Contributors

capriwits avatar

Watchers

 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.