@@ -131,6 +131,12 @@ See the https://kafka.apache.org/{kafka_client_doc}/documentation for more detai
131131| <<plugins-{type}s-{plugin}-request_timeout_ms>> |<<number,number>>|No
132132| <<plugins-{type}s-{plugin}-retry_backoff_ms>> |<<number,number>>|No
133133| <<plugins-{type}s-{plugin}-sasl_client_callback_handler_class>> |<<string,string>>|No
134+ | <<plugins-{type}s-{plugin}-sasl_oauthbearer_token_endpoint_url>> |<<string,string>>|No
135+ | <<plugins-{type}s-{plugin}-sasl_oauthbearer_scope_claim_name>> |<<string,string>>|No
136+ | <<plugins-{type}s-{plugin}-sasl_login_connect_timeout_ms>> |<<number,number>>|No
137+ | <<plugins-{type}s-{plugin}-sasl_login_read_timeout_ms>> |<<number,number>>|No
138+ | <<plugins-{type}s-{plugin}-sasl_login_retry_backoff_ms>> |<<number,number>>|No
139+ | <<plugins-{type}s-{plugin}-sasl_login_retry_backoff_max_ms>> |<<number,number>>|No
134140| <<plugins-{type}s-{plugin}-sasl_jaas_config>> |<<string,string>>|No
135141| <<plugins-{type}s-{plugin}-sasl_kerberos_service_name>> |<<string,string>>|No
136142| <<plugins-{type}s-{plugin}-sasl_mechanism>> |<<string,string>>|No
@@ -556,13 +562,55 @@ retries are exhausted.
556562The amount of time to wait before attempting to retry a failed fetch request
557563to a given topic partition. This avoids repeated fetching-and-failing in a tight loop.
558564
559- [id="plugins-{type}s-{plugin}-sasl_client_callback_handler_class"" ]
565+ [id="plugins-{type}s-{plugin}-sasl_client_callback_handler_class"]
560566===== `sasl_client_callback_handler_class`
561- * Value type is <<string,string>>
562- * There is no default value for this setting.
567+    * Value type is <<string,string>>
568+    * There is no default value for this setting.
563569
564570The SASL client callback handler class the specified SASL mechanism should use.
565571
572+ [id="plugins-{type}s-{plugin}-sasl_oauthbearer_token_endpoint_url"]
573+ ===== `sasl_oauthbearer_token_endpoint_url`
574+   * Value type is <<string,string>>
575+   * There is no default value for this setting.
576+ 
577+ The URL for the OAuth 2.0 issuer token endpoint.
578+ 
579+ [id="plugins-{type}s-{plugin}-sasl_oauthbearer_scope_claim_name"]
580+ ===== `sasl_oauthbearer_scope_claim_name`
581+   * Value type is <<string,string>>
582+   * Default value is `"scope"`
583+ 
584+ (optional) The override name of the scope claim.
585+ 
586+ [id="plugins-{type}s-{plugin}-sasl_login_connect_timeout_ms"]
587+ ===== `sasl_login_connect_timeout_ms`
588+   * Value type is <<number,number>>
589+   * Default value is `10000` milliseconds.
590+ 
591+ (optional) The duration, in milliseconds, for HTTPS connect timeout
592+ 
593+ [id="plugins-{type}s-{plugin}-sasl_login_read_timeout_ms"]
594+ ===== `sasl_login_read_timeout_ms`
595+   * Value type is <<number,number>>
596+   * Default value is `10000` milliseconds.
597+ 
598+ (optional) The duration, in milliseconds, for HTTPS read timeout.
599+ 
600+ [id="plugins-{type}s-{plugin}-sasl_login_retry_backoff_ms"]
601+ ===== `sasl_login_retry_backoff_ms`
602+   * Value type is <<number,number>>
603+   * Default value is `100` milliseconds.
604+ 
605+ (optional) The duration, in milliseconds, to wait between HTTPS call attempts.
606+ 
607+ [id="plugins-{type}s-{plugin}-sasl_login_retry_backoff_max_ms"]
608+ ===== `sasl_login_retry_backoff_max_ms`
609+   * Value type is <<number,number>>
610+   * Default value is `10000` milliseconds.
611+ 
612+ (optional) The maximum duration, in milliseconds, for HTTPS call attempts.
613+ 
566614[id="plugins-{type}s-{plugin}-sasl_jaas_config"]
567615===== `sasl_jaas_config` 
568616
0 commit comments