Skip to content

🚀A simple rpc framework implemented with netty for learning

License

Notifications You must be signed in to change notification settings

WellJay/EasyRpc

Repository files navigation

EasyRpc

A simple rpc framework implemented with netty for learning

Todo

  • ✔ 自动生成代理类封装rpc请求
  • ✔ 生成的代理类放入spring容器中待注入使用
  • ✔ 扫描jar包中带有EasyRpc注解的接口
  • ✔ easyrpc-server-spring-boot-starter
  • ✔ easyrpc-client-spring-boot-starter
  • ✔ spring-boot-client-test
  • ✔ spring-boot-server-test
  • ✔ 异步接口返回数据
  • ✔ 客户端使用线程池调用服务端
  • Request Cache
  • 注册中心
  • distributed

Serialization

kryo

Tools

lombok

About

🚀A simple rpc framework implemented with netty for learning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages