Fan-Out - CI/CD用語集の定義
ファンアウトは、1つのメッセージを複数のコンシューマーや宛先キューに同時に複製します。1つのイベントが多数のサブスクライバーに届く必要がある通知のようなブロードキャストを実現します。
関連ガイド
Publish-Subscribe - CI/CD Glossary DefinitionPublish-subscribe is a pattern where publishers send to a topic and any number of subscribers each receive a…
Webhook Delivery - CI/CD Glossary DefinitionWebhook delivery is the outbound HTTP POST a service sends to a subscriber’s URL when an event fires, usually…
Message Broker - CI/CD Glossary DefinitionA message broker is middleware that routes messages between producers and consumers, decoupling services so t…