sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms — Kafka Broker Configuration
The (optional) value in milliseconds for the maximum wait between attempts to retrieve the JWKS (JSON Web Key Set) from the external authentication provider. JWKS retrieval uses an exponential backoff algorithm with an initial wait based on the sasl.
Description
The (optional) value in milliseconds for the maximum wait between attempts to retrieve the JWKS (JSON Web Key Set) from the external authentication provider. JWKS retrieval uses an exponential backoff algorithm with an initial wait based on the sasl.oauthbearer.jwks.endpoint.retry.backoff.ms setting and will double in wait length between attempts up to a maximum wait length specified by the sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms setting.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 3.1 | 10000 (10 seconds) |
| 3.2 | 10000 (10 seconds) |
| 3.3 | 10000 (10 seconds) |
| 3.4 | 10000 (10 seconds) |
| 3.5 | 10000 (10 seconds) |
| 3.6 | 10000 (10 seconds) |
| 3.7 | 10000 (10 seconds) |
| 3.8 | 10000 (10 seconds) |
| 3.9 | 10000 (10 seconds) |
| 4.0 | 10000 (10 seconds) |
| 4.1 | 10000 (10 seconds) |
| 4.2 | 10000 (10 seconds) |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.