gRPC - CI/CD用語集の定義
gRPCは、HTTP/2上で動作し、Protocol BuffersでシリアライズするRPCフレームワークです。ユナリ呼び出しとストリーミング呼び出しをサポートし、型付きクライアントを生成するため、内部のマイクロサービス間トラフィックに好まれます。
関連ガイド
RPC - CI/CD Glossary DefinitionRPC makes a call to a remote service look like a local function call, hiding the network behind a generated s…
Protobuf - CI/CD Glossary DefinitionProtocol Buffers are a compact, schema-defined binary serialization format used by gRPC for fast, versioned,…
REST - CI/CD Glossary DefinitionREST is an architectural style for web APIs that models resources as URLs and uses HTTP verbs and status code…