conduktor.io ↗

max.connection.creation.rate — Kafka Broker Configuration

The maximum connection creation rate we allow in the broker at any time. Listener-level limits may also be configured by prefixing the config name with the listener prefix, for example, listener.

Description

The maximum connection creation rate we allow in the broker at any time. Listener-level limits may also be configured by prefixing the config name with the listener prefix, for example, listener.name.internal.max.connection.creation.rate.Broker-wide connection rate limit should be configured based on broker capacity while listener limits should be configured based on application requirements. New connections will be throttled if either the listener or the broker limit is reached, with the exception of inter-broker listener. Connections on the inter-broker listener will be throttled only when the listener-level rate limit is reached.

Default Values by Kafka Version

Kafka VersionDefault Value
2.72147483647
2.82147483647
3.02147483647
3.12147483647
3.22147483647
3.32147483647
3.42147483647
3.52147483647
3.62147483647
3.72147483647
3.82147483647
3.92147483647
4.02147483647
4.12147483647
4.22147483647
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.