Skip to main content

topics

Overview

Nametopics
TypeResource
Idconfluent.kafka.topics

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource and then invoke a supported method using the EXEC command

Methods

NameAccessible byRequired ParamsDescription
create_kafka_topicINSERTcluster_id, data__topic_nameGenerally Available

Create a topic.
Also supports a dry-run mode that only validates whether the topic creation would succeed
if the validate_only request property is explicitly specified and set to true. Note that
when dry-run mode is being used the response status would be 200 OK instead of 201 Created.
delete_kafka_topicDELETEcluster_id, topic_nameGenerally Available

Delete the topic with the given topic_name.
update_partition_count_kafka_topicUPDATEcluster_id, topic_name, data__partitions_countGenerally Available

Increase the number of partitions for a topic.
get_kafka_topicEXECcluster_id, topic_nameGenerally Available

Return the topic with the given topic_name.
list_kafka_topicsEXECcluster_idGenerally Available

Return the list of topics that belong to the specified Kafka cluster.