Skip to main content

topic_configs

Overview

Nametopic_configs
TypeResource
Idconfluent.kafka.topic_configs

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
delete_kafka_topic_configDELETEcluster_id, name, topic_nameGenerally Available

Reset the configuration parameter with given name to its default value.
update_kafka_topic_config_batchUPDATEcluster_id, topic_name, data__dataGenerally Available

Update or delete a set of topic configuration parameters.
Also supports a dry-run mode that only validates whether the operation would succeed if the
validate_only request property is explicitly specified and set to true.
get_kafka_topic_configEXECcluster_id, name, topic_nameGenerally Available

Return the configuration parameter with the given name.
list_kafka_all_topic_configsEXECcluster_idGenerally Available

Return the list of configuration parameters for all topics hosted by the specified
cluster.
list_kafka_topic_configsEXECcluster_id, topic_nameGenerally Available

Return the list of configuration parameters that belong to the specified topic.
update_kafka_topic_configEXECcluster_id, name, topic_nameGenerally Available

Update the configuration parameter with given name.