Event Streaming
Event streaming is a way to record and distribute facts as they happen, so many systems can react now or read the same history later.
itDistributed systems, messaging, and integration | OpenSkills.info
Intro
Event Streaming
Event streaming treats a business fact as data you can publish, retain, and process. An order placed, a payment authorized, and a device reading are events. They say that something happened at a point in time.
This changes how systems connect. A producer publishes an event to a named stream. Consumers read it independently. The producer does not need to know which consumers exist, and a new consumer can often read retained history.
A stream is not a database table, an RPC call, or a queue by default. It is an ordered record of events within a partition or shard. Ordering is normally scoped to that unit, not to an entire distributed system.
Continue the course
This section is part of the paid course.
See pricing to subscribe, or log in if you already have access.
Where this skill leads
Relevant careers
See how this topic contributes to broader role-level skill maps.
