Backpressure - CI/CD用語集の定義
Backpressureは、コンシューマが過負荷になったときにupstreamへ送るフロー制御の信号であり、プロデューサを絞ってキューを有界に保ち、システムがメモリ不足に陥ったり倒れたりするまで増大しないようにします。
関連ガイド
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…
Bottleneck - CI/CD Glossary DefinitionA bottleneck is the single stage or resource that limits overall throughput, so the whole pipeline or system…
Dead Letter Queue - CI/CD Glossary DefinitionA dead letter queue holds messages that repeatedly failed processing, moving them aside so the main queue kee…