Tag: Distributed System
5 items found
Services
Glossary Terms
Glossary
Apache Kafka
Apache Kafka is a distributed log-based messaging platform designed for processing high-volume real-time data streams.
Glossary
Message Broker
A message broker queues and routes events or tasks between services, decoupling producers from consumers in distributed systems.
Glossary
Microservice
Microservice architecture designs a large application as small services that can be developed, deployed, and scaled independently.
Glossary
Publish-Subscribe (Pub/Sub)
Publish-subscribe is a messaging pattern where publishers send events to topics and subscribers receive matching messages.