Message Broker - CI/CD用語集の定義
メッセージブローカー(Kafka、RabbitMQ、SQS)は、プロデューサーとコンシューマーの間に位置し、メッセージを受け付け、バッファリングし、ルーティングすることで、サービスが非同期に通信し疎結合を保てるようにします。
関連ガイド
Message Queue - CI/CD Glossary DefinitionA message queue holds messages in order until a consumer pulls them, smoothing bursts and letting producers a…
Publish-Subscribe - CI/CD Glossary DefinitionPublish-subscribe is a pattern where publishers send to a topic and any number of subscribers each receive a…
Consumer Group - CI/CD Glossary DefinitionA consumer group is a set of consumers sharing a topic’s partitions, so each message is processed by exactly…