Skip to main content

default_topic_configs

Creates, updates, deletes, gets or lists a default_topic_configs resource.

Overview

Namedefault_topic_configs
TypeResource
Idconfluent.kafka.default_topic_configs

Fields

NameDatatypeDescription
dataarray
kindstring
metadataobject

Methods

NameAccessible byRequired ParamsDescription
list_kafka_default_topic_configsSELECTcluster_id, topic_nameGenerally Available List the default configuration parameters used if the topic were to be newly created.

SELECT examples

Generally Available List the default configuration parameters used if the topic were to be newly created.

SELECT
data,
kind,
metadata
FROM confluent.kafka.default_topic_configs
WHERE cluster_id = '{{ cluster_id }}'
AND topic_name = '{{ topic_name }}';