Search the practice set
126 questions, 454 terms and 400 topics in 20 areas.
9 results for “gRPC APIs”
gRPC
A contract-first RPC framework using Protocol Buffers over HTTP/2, with generated clients and servers and first-class streaming.
Deadline Exceeded
The error returned when a request's overall budget expires — semantically distinct from a per-hop timeout, and a signal that must not be retried blindly.
Event-Driven Integration
Systems integrating by publishing and consuming events rather than by calling each other's APIs.
OpenAPI
A machine-readable specification format for HTTP APIs, from which documentation, clients, servers, mocks and validation can be generated.
REST
An architectural style for APIs built on resources identified by URLs, manipulated with uniform HTTP methods, and stateless requests.
gRPC APIs
Contract-first RPC, generated clients and protobuf compatibility rules.
APIs as Products
Ownership, lifecycle, deprecation policy and developer experience.
gRPC Transport
HTTP/2 multiplexing, binary encoding and streaming semantics.