The guide-rpc-framework is a Java implementation of a Remote Procedure Call (RPC) framework built on Netty, Kyro (for serialization), and Zookeeper (for service discovery and coordination). It’s aimed primarily at learners and practitioners of distributed systems who want to see how you might build an RPC system from first principles rather than just use an existing library. The project provides code for client-side stubs, server-side skeletons, method dispatching, serialization, load balancing, and node management via Zookeeper. Since RPC remains a foundational building block in microservices, server architectures, and high-performance systems, this codebase helps you trace how requests are framed, routed, serialized, and executed across nodes. Because it integrates key pieces of the ecosystem (Netty event loops, Kyro object graphs, Zookeeper coordination), you also gain exposure to that stack.

Features

  • Netty-based network server and client with custom RPC method invocation semantics
  • Kyro serialization of request/response payloads for efficient binary transfer
  • Zookeeper integration for service registration, discovery, and coordination
  • Method dispatching and load-balancing across registered service nodes
  • Clear code structure with comments and tutorials designed for learning
  • Suitable for building simple RPC services, studying microservice internals, or prototypes

Project Samples

Project Activity

See All Activity >

Categories

Frameworks

License

MIT License

Follow guide-rpc-framework

guide-rpc-framework Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of guide-rpc-framework!

Additional Project Details

Programming Language

Java

Related Categories

Java Frameworks

Registered

2025-10-21