Skip to content

huyhi/simple-rpc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple RPC (Remote Procedure Call) Demo

Just a simple toy project, aim to learn the principle of rpc and something about java.

✔️ Service discover and register

✔️ Zookeeper as service registry center

✔️ Socket server and client implement

✔️ Jdk dynamic proxy to enhance client api call

✔️ Use shutdown hook to clean resource when server shutdown

✔️ Config configurable


Future TODO:

[ ] Implement netty transport protocol

[ ] Better load balance algorithm

[ ] Others serialize protocol

[ ] Auto scan service api

About

learn rpc framework principle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages