Streaming with Apache Kafka Quotas
Streaming with Apache Kafka quota details.
Family name: oci-kafka
Name |
Scope |
Description |
---|---|---|
max-kafka-cluster-config-count | Regional | Number of Kafka cluster configs |
max-kafka-cluster-count | Regional | Number of clusters |
Examples
The following example shows how to limit the number of Kafka cluster configs in a specified compartment:
set oci-kafka quota max-kafka-cluster-config-count to 2 in compartment MyCompartment
The following example shows how to limit the number of Kafka clusters in a specified compartment:
set oci-kafka quota max-kafka-cluster-count to 3 in compartment MyCompartment