# luxiaoxun/NettyRpc

A simple RPC framework based on Netty, ZooKeeper and Spring

Repository: https://github.com/luxiaoxun/NettyRpc
Canonical: https://ross.abutalabs.com/products/nettyrpc
Language: Java
License Family: other
Topics: netty, rpc-framework, spring, zookeeper
Last push: 2024-10-18T22:19:56+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3825, "days_push": 684, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2444, forks 1140 (observed 2026-08-28T04:06:52.565211+00:00)

## What it is
A lightweight Java RPC framework built on Netty for network transport, ZooKeeper for service registry and discovery, and Spring for integration. It supports sync/async calls, pluggable serializers, load balancing, failover, and service versioning.

## Use cases
- build a simple rpc framework in java
- service discovery with zookeeper
- learn how rpc frameworks work internally
- java remote procedure calls between microservices
- netty-based client-server communication
- load balancing and failover for java services

## When to choose
- you want a small, readable Java RPC framework to learn from or extend
- you already run ZooKeeper and Spring in your stack
- you need sync and async RPC with pluggable serialization

## When to avoid
- you need a production-grade, actively maintained RPC framework with community support
- you want a license-protected dependency (the repo has no license)
- you prefer gRPC-style IDL-based contracts or don't want ZooKeeper

## Facets
- artifact type: framework
- maturity: maintenance
- function: rpc, serialization, middleware
- domain: microservices, backend, developer-tools
- platform: jvm, windows
- tags: netty, zookeeper, service-registry, load-balancing, spring-integration, java, linux, macos

## Member repositories
- luxiaoxun/NettyRpc (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:52.565211+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:30:34.795059+00:00, confidence not recorded.
  - readme: https://github.com/luxiaoxun/NettyRpc (fetched 2026-08-28T04:06:52.565211+00:00, sha c2ef9a19fc61)
- Data as of 2026-08-30T08:39:29.467469+00:00.
