sasl.oauthbearer.jwks.endpoint.retry.backoff.ms — Kafka Broker Configuration
The (optional) value in milliseconds for the initial wait between JWKS (JSON Web Key Set) retrieval attempts 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 initial wait between JWKS (JSON Web Key Set) retrieval attempts 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 | 100 |
| 3.2 | 100 |
| 3.3 | 100 |
| 3.4 | 100 |
| 3.5 | 100 |
| 3.6 | 100 |
| 3.7 | 100 |
| 3.8 | 100 |
| 3.9 | 100 |
| 4.0 | 100 |
| 4.1 | 100 |
| 4.2 | 100 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.