gRPC
experimentalnetworkgRPC service discovery and unary call invocation
pip install chp-adapter-grpcAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
describe_servicev0.1.0Get methods and metadata for a gRPC service.
chp.adapters.grpc.describe_servicelist_servicesv0.1.0List available gRPC services via reflection.
chp.adapters.grpc.list_servicesserver_healthv0.1.0Check gRPC server or service health via the standard health protocol.
chp.adapters.grpc.server_healthunary_callv0.1.0Invoke a unary gRPC method. Request and response body never in evidence.
chp.adapters.grpc.unary_call