OnClik

What is an Event Bus?

An event bus is a system that distributes events across different services.

How it works

Events are published and consumed by multiple systems.

Example

Broadcasting user activity across applications.

Why it matters

  • Enables real-time systems
  • Supports scalability
  • Improves integration

Related Terms

Event Streaming, Event-Driven Architecture