Skip to main content

cluster_config

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

Overview

Namecluster_config
TypeResource
Idconfluent.schema_registry.cluster_config

Fields

NameDatatypeDescription
maxRequestsPerSecintegerMaximum number of allowed requests per second
maxSchemasintegerMaximum number of registered schemas allowed

Methods

NameAccessible byRequired ParamsDescription
get_cluster_configSELECTRetrieves cluster config information.

SELECT examples

Retrieves cluster config information.

SELECT
maxRequestsPerSec,
maxSchemas
FROM confluent.schema_registry.cluster_config
;