- The producer publishes a message to a partition within a topic.
- The message is added to the partition on the leader.
- The message is copied to the replicas of that partition on other brokers
- Consumers read the message and process it.
- When the retention period for the message is reached, the message is deleted.