Skip to main content

cluster_configs

Overview

Namecluster_configs
TypeResource
Idconfluent.kafka.cluster_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_cluster_configDELETEcluster_id, nameGenerally Available

Reset the configuration parameter specified by name to its
default value by deleting a dynamic cluster-wide configuration.
update_kafka_cluster_configsUPDATEcluster_id, data__dataGenerally Available

Update or delete a set of dynamic cluster-wide broker configuration parameters.
get_kafka_cluster_configEXECcluster_id, nameGenerally Available

Return the dynamic cluster-wide broker configuration parameter specified by name.
list_kafka_cluster_configsEXECcluster_idGenerally Available

Return a list of dynamic cluster-wide broker configuration parameters for the specified Kafka
cluster. Returns an empty list if there are no dynamic cluster-wide broker configuration parameters.
update_kafka_cluster_configEXECcluster_id, nameGenerally Available

Update the dynamic cluster-wide broker configuration parameter specified by name.