1. Producer

Producer → Topic → Partition

2. Topic

order-events
payment-events
user-login-events

3. Partition

Topic: order-events
  ├──Partition0 (offset 0, 1, 2 …)
  ├──Partition1

⚠️ Ordering is guaranteed only within a partition