Skip to main content

Understanding events

View as Markdown

Events are a type of message that represent immutable facts.

In EventCatalog Services may send (produce) or receive (consume) events in your architecture.

Example of an event

An example of an event would be OrderPlaced event.

  • This event is a fact that an order has been placed.
  • Other services (consumers) may be interested in this event and can typically subscribe to it.

Events in EventCatalog