Eventual Consistency - CI/CD用語集の定義
eventual consistency(結果整合性)は、新しい書き込みがなければすべてのレプリカが最終的に同じ値へ収束するモデルで、より高い可用性とパーティション耐性と引き換えに一時的な食い違いを受け入れます。
関連ガイド
Exactly-Once Semantics - CI/CD Glossary DefinitionExactly-once semantics ensures each message takes effect a single time despite retries and failures, built fr…
Idempotency Key - CI/CD Glossary DefinitionAn idempotency key is a unique token a client attaches to a request so a server can recognize and ignore dupl…
Rate Limiting - CI/CD Glossary DefinitionRate limiting caps how many requests a client may make in a window, protecting a service from overload and ab…