Create a Kafka Topic to Store your Events
You must create a Kafka topic to store the events that you plan to stream. You can create a topic from the command line or the from the SMM UI.
Kafka is a distributed event streaming platform that lets you read, write, store, and process events (also called records or messages) across many machines.
Example events are payment transactions, geolocation updates from mobile phones, shipping orders, sensor measurements from IoT devices or medical equipment, and much more. These events are organized and stored in topics. Very simplified, a topic is similar to a folder in a filesystem, and the events are the files in that folder.
So before you can write your first events, you must create a topic.
- You have installed the trial version of Cloudera Private Cloud Base and setup the streaming cluster.