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
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

Build gen AI apps with an all-in-one modern database: MongoDB Atlas

MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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