Kafka is an open-source distributed event and stream-processing platform built to process demanding real-time data feeds. It is inherently scalable, with high throughput and availability.
You can create, edit, and delete Topics for your Kafka cluster in the control panel. Click on your Kafka cluster, then click on the Topics & Users tab.
To create a new Topic, click the Create Topic button.
This opens the Topic configuration pop-up window. Fill out the following fields with your information:
Click Create Topic to confirm your configuration. After a few seconds, your Topics & Users tab updates to display a list of your cluster’s Topics.
To edit an existing Topic, click the … icon to the right of a Topic, and click Edit Topic. This returns you to the configuration pop-up window, where you can change the Topic’s settings and apply them by clicking Save.
To delete a Topic, click the … icon to the right of a Topic, and click Delete Topic. This permanently destroys the Topic and all data on it.