In this lesson we will:
- Introduce Kafka Topics;
- Learn how to create, list and delete topics;
- Learn more about the message retention settings for Kafka topics.
About Topics
Messages that flow through Kafka are organised, published to, and consumed from topics. For instance, an eCommerce business might create seperate topics for events relating to their orders, their website visits, their price updates and so forth.