Hey Guys, In this video we will be exploring about Kafka Topics.
Following topics will be covered :
Kafka messages are organized into topics.
Closest analogy is DB table or Folder in Filesystem.
Messages are appended to commit logs. -diagram
Messages stay in topic as per disk or time strategy.
Producer applications write data to topics.
Consumer applications read from topics.
Consumer can read data from topics many times.
If you have any questions then please let me know in comments section.
#kafkatopics #kafka #kafkatutorials