Skip to main content

clusters

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

Overview

Nameclusters
TypeResource
Idconfluent.kafka.clusters

Fields

NameDatatypeDescription
aclsobject
broker_configsobject
brokersobject
cluster_idstring
consumer_groupsobject
controllerobject
kindstring
metadataobject
partition_reassignmentsobject
topicsobject

Methods

NameAccessible byRequired ParamsDescription
get_kafka_clusterSELECTcluster_idGenerally Available Return the Kafka cluster with the specified cluster_id.

SELECT examples

Generally Available Return the Kafka cluster with the specified cluster_id.

SELECT
acls,
broker_configs,
brokers,
cluster_id,
consumer_groups,
controller,
kind,
metadata,
partition_reassignments,
topics
FROM confluent.kafka.clusters
WHERE cluster_id = '{{ cluster_id }}';