Bulkhead - CI/CD用語集の定義
Bulkhead パターンは、システムのリソース - thread pool、connection pool - を依存先ごとに隔離された区画へ分割するため、ある区画の障害や飽和が他を枯渇させることがなく、船の隔壁が浸水を封じ込めるのと同じように障害を封じ込めます。
関連ガイド
Deadline Propagation - CI/CD Glossary DefinitionDeadline propagation passes a request’s remaining time budget through every downstream call, so the whole cha…
Sidecar Proxy - CI/CD Glossary DefinitionA sidecar proxy runs beside a service intercepting its traffic to add retries, mTLS, timeouts, and telemetry…
Cancellation Token - CI/CD Glossary DefinitionA cancellation token is a signal passed into async operations so a caller can cooperatively ask them to stop,…