gRPC - CI/CD用語集の定義
gRPC は、HTTP/2上で動作し、Protocol Buffersでメッセージをシリアライズする高性能なリモートプロシージャコールのフレームワークで、ユナリー呼び出しと双方向streamingをサポートします。
なぜ重要か
gRPCはバイナリ形式とHTTP/2の多重化を用いるため、gRPCサービスに対する統合テストは通常、単なるcurlではなく、生成されたclient stubとhealth-checkのprobeを必要とします。
関連ガイド
Protocol Buffers - CI/CD Glossary DefinitionProtocol Buffers: Protocol Buffers (protobuf) are a compact, binary serialization format defined in `.proto`…
Serialization Format - CI/CD Glossary DefinitionSerialization Format: A serialization format is the encoding used to turn in-memory data into bytes for stora…
REST API - CI/CD Glossary DefinitionREST API: A REST API is a web interface that exposes resources at URLs and is operated with standard HTTP met…