Process Flow - Event streaming concept
Event Produced
Event Sent to Kafka Topic
Kafka Stores Event in Partition
Consumer Reads Event from Partition
Consumer Processes Event
Acknowledgment Sent
Next Event Processed
Events are created and sent to Kafka topics, stored in partitions, then consumers read and process them in order.