Write a few Events into the Topic
After you create a topic, populate the topic with one or more events that you want to stream.
A Kafka client communicates with the Kafka brokers via the network for writing or reading events. Once received, the brokers will store the events in a durable and fault-tolerant manner for as long as you need.
- You have created a Kafka topic.