Protocol
Protocol Buffers
protobuf · proto3
Lab ready Full lab
Protocol Buffers — language-neutral binary serialization with tagged fields and disciplined schema evolution. Default encoding for gRPC request/response bodies and many ML/feature pipelines. Field numbers and compatibility rules matter more than the .proto syntax sugar.
Layers
Tags
serializationschemabinaryrpc
Sources
- Protocol Buffers Language Guide (Google)
Related protocols
gRPC
Lab readyRPC framework on HTTP/2 with protobuf stubs, streaming RPCs, deadlines, and metadata. Widely used as the control plane for ML serving, mi…
aiinternet
HTTP/2
Lab readyMultiplexed binary framing over a single TLS/TCP connection with streams, HPACK headers, and flow-control windows. It underpins gRPC and …
internetai
Arrow Flight
Lab readygRPC protocol for bulk Apache Arrow record-batch transfer with DoGet/DoPut and FlightDescriptors. Columnar data moves with minimal copies…
aiinternet