The Changelog: Software Development, Open Source
Reinventing Kafka on object storage (Interview)
Ryan Worrell
Yeah. So Kafka has, let's start with topics. Topics are basically just a name for mapping consumers and producers together. They agree on the name of a topic for how they're going to where they're going to send the data to and where they're going to consume the data from. And within a topic, there are partitions. And a partition is basically just a shard to make that topic scalable.
0
💬
0
Comments
Log in to comment.
There are no comments yet.