# grpc-ecosystem/grpc-spring

Spring Boot starter module for gRPC framework.

Repository: https://github.com/grpc-ecosystem/grpc-spring
Canonical: https://ross.abutalabs.com/products/grpc-spring
Homepage: https://grpc-ecosystem.github.io/grpc-spring/
Language: Java
License: Apache-2.0
License Family: permissive
Topics: spring-boot, grpc, spring-boot-grpc, spring-cloud, grpc-java, grpc-framework, spring, spring-boot-starter, java
Last push: 2026-07-30T10:54:33+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 95, release rhythm 8, longevity 100
- inputs: {"age_days": 3533, "days_push": 34, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3708, forks 860 (observed 2026-08-28T04:08:15.121668+00:00)

## What it is
A Spring Boot starter that integrates the gRPC framework into Spring applications, auto-configuring gRPC servers for @GrpcService beans and managing channels/stubs for @GrpcClient annotations. It supports Spring Security and Spring Cloud service discovery (Consul, Eureka, Nacos).

## Use cases
- expose grpc services in a spring boot app
- inject grpc client stubs with annotations
- register grpc servers with eureka or consul
- secure grpc endpoints with spring security
- build microservices with grpc and spring cloud

## When to choose
- you use Spring Boot and want gRPC with minimal boilerplate
- you need gRPC service discovery via Spring Cloud
- you want annotation-driven gRPC server and client configuration

## When to avoid
- you don't use the Spring ecosystem
- you need non-JVM gRPC support
- you prefer plain grpc-java without Spring integration

## Facets
- artifact type: library
- maturity: active
- function: rpc, middleware, api-framework
- domain: backend, microservices, apis, developer-tools
- platform: jvm
- tags: grpc, spring-boot-starter, spring-cloud, service-discovery, microservices, spring

## Member repositories
- grpc-ecosystem/grpc-spring (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:15.121668+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-29T18:30:57.126846+00:00, confidence not recorded.
  - readme: https://github.com/grpc-ecosystem/grpc-spring (fetched 2026-08-28T04:08:15.121668+00:00, sha 39503fa5fc4b)
  - homepage: https://grpc-ecosystem.github.io/grpc-spring/ (fetched 2026-08-29T09:24:23.515891+00:00, sha b217231a58fc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
