RPC - CI/CD用語集の定義
RPC(Remote Procedure Call)は、リモートサービス上の関数をローカルであるかのように呼び出し、stubがシリアライズとトランスポートを処理します。gRPCとJSON-RPCが一般的な実装です。
関連ガイド
gRPC - CI/CD Glossary DefinitiongRPC is a high-performance RPC framework using HTTP/2 and Protocol Buffers, supporting streaming and code-gen…
Serialization - CI/CD Glossary DefinitionSerialization converts an in-memory object into a byte stream or string for storage or transport, so it can b…
REST - CI/CD Glossary DefinitionREST is an architectural style for web APIs that models resources as URLs and uses HTTP verbs and status code…