gRPC Reflection API

gRPC server reflection provides information about publicly-accessible gRPC services on a server, enabling discovery and dynamic invocation. gRPC is widely used for high-performance inter-service communication in scalable microservice architectures.

API entry from apis.yml

apis.yml Raw ↑
aid: scalable-services:grpc
name: gRPC Reflection API
description: gRPC server reflection provides information about publicly-accessible gRPC services on a
  server, enabling discovery and dynamic invocation. gRPC is widely used for high-performance inter-service
  communication in scalable microservice architectures.
tags:
- High Performance
- Microservices
- Protocol Buffers
- RPC
humanURL: https://grpc.io/docs/
properties:
- type: Documentation
  url: https://grpc.io/docs/
- type: GitHub
  url: https://github.com/grpc/grpc