Kafka Topics
Kafka Topics
Topic: a particulart stream of data .
Like a table in a db (without constraints)
A sequence of messages is called data stream.
You can have as many topics as you want
Topics are identified by NAME.
You cannot query topics instead use Kafka producers to send data and consumers to read the data
Edit this page on GitHub