Anatomy of an Event in Event Driven Architecture

added by DotNetKicks
8/9/2021 2:10:58 PM

727 Views

In event-driven architecture, services collaborate and share events: Things that have happened or need to happen in the system. These events should have a common format, both for ease of creating and maintaining contracts, and for debugging and tracing events in the system. Here are the parts of an event, and what they're for: Timestamp:...


0 comments