Skip to content

ltyzzz-rpc-0.0.1

Latest
Compare
Choose a tag to compare
@tychozzz tychozzz released this 16 Dec 08:13
· 2 commits to master since this release
dae2b5d
  • The first version which realized the Proxy layer, Routing layer, Registration Center layer and Serialization layer.
  • Used zookeeper as the service registration and discovery center.
  • Used polling algorithm and random selection algorithm as Routing Layer protocol.
  • Used Hessian and Kryo for Serialization and Deserialization.
  • Used the Chain of Responsibility design pattern to filter requests.
  • Implemented Service Protection through timeout retransmission and service current limiting.
  • Simplified usage of the framework by combining with Spring-Boot-Starter