gRPC Spring Boot Starter 项目是一个 gRPC 的 Spring Boot 模块。通过在 Spring Boot 中内嵌一个 gRPC Server 对外提供服务,并支持 Spring Cloud 的服务发现、注册、链路跟踪等等。
新增特性:
1. 支持有序的拦截器
2. 服务之间通信同时支持进程间通信和进程内通信
3. TLS 模式中增加 ciphers 和 protocols 属性的支持
4. 支持关闭进程间的通信
5. 服务发现支持 Spring Cloud Alibaba Nacos
GitHub: gRPC Spring Boot Starter
使用说明: 中文README