Manage Topics in Confluent Cloud¶
You can create and manage topics in the Confluent Cloud Console, with the Confluent CLI or with REST APIs. Topics are grouped by cluster, and you can apply schemas to topics.
- Create, Edit and Delete Topics
An Apache Kafka® topic is a category or feed that stores messages. Producers send messages and write data to topics, and consumers read messages from topics. This article describes how to work with topics in Cloud Console or the Confluent CLI.
- Browse Topic Messages
View the data being produced to a topic. Browse message data, seek to a specific offset or timestamp by partition, and download selected messages.
- Manage Schemas
You can create schemas in Confluent Cloud, and apply them to topics. Schemas give you the ability to specify structure, type, and meaning of your data. You can define nuanced forward and backward compatibility requirements for schemas per topic to accommodate message data that evolves over time.