Hacker News new | ask | show | jobs
by sh00s 2834 days ago
splitting data into partitions would mean there's no total order on that data anymore, right?
1 comments

Kafka only guarantees a total order within a given partition, not across them.