Exactly-Once Semantics - CI/CD用語集の定義
exactly-once semanticsは、リトライやクラッシュがあっても各メッセージがその効果をちょうど一度だけ生じることを保証します。実際には、at-least-once配信を冪等な処理やトランザクショナルなデデュープと組み合わせて実現します。
関連ガイド
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…
Eventual Consistency - CI/CD Glossary DefinitionEventual consistency means replicas may briefly disagree after a write but converge to the same value over ti…
Dead Letter Queue - CI/CD Glossary DefinitionA dead letter queue holds messages that repeatedly failed processing, moving them aside so the main queue kee…