Skip to content

Add Netty-Based RPC Framework with Documentation #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 4, 2024
Merged

Add Netty-Based RPC Framework with Documentation #2

merged 2 commits into from
Nov 4, 2024

Conversation

HeZephyr
Copy link
Owner

@HeZephyr HeZephyr commented Nov 4, 2024

  • Netty Integration: Implemented Netty as the underlying transport layer for handling client-server communication, leveraging NIO for high performance.

  • Kryo Serialization: Incorporated Kryo for efficient object serialization and deserialization, replacing Java’s native serialization to reduce latency and increase throughput.

  • Documentation: Added detailed NettyRPC.md documentation covering the framework’s architecture, components, workflow, and future enhancement suggestions.

@HeZephyr HeZephyr merged commit 0678e87 into main Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant