kafka/core
Kirk True a448ddbecb
KAFKA-13443: Kafka broker exits when OAuth enabled and certain configuration not specified (#11484)
The sasl.oauthbearer.jwks.endpoint.retry.backoff.ms and sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms configuration options were added to the SaslConfig class but their default values were not added to KafkaConfig. As a result, when the OAuth validation feature is enabled in the broker and those two configuration values aren't explicitly provided by the user, the broker exits. This patch fixes the issue by defining them in the KafkaConfig class.

Reviewers: David Jacot <djacot@confluent.io>
2021-11-17 11:17:26 +01:00
..
src KAFKA-13443: Kafka broker exits when OAuth enabled and certain configuration not specified (#11484) 2021-11-17 11:17:26 +01:00
.gitignore