@@ -131,6 +131,8 @@ See the https://kafka.apache.org/{kafka_client_doc}/documentation for more detai
131
131
| <<plugins-{type}s-{plugin}-request_timeout_ms>> |<<number,number>>|No
132
132
| <<plugins-{type}s-{plugin}-retry_backoff_ms>> |<<number,number>>|No
133
133
| <<plugins-{type}s-{plugin}-sasl_client_callback_handler_class>> |<<string,string>>|No
134
+ | <<plugins-{type}s-{plugin}-sasl_login_callback_handler_class>> |<<string,string>>|No
135
+ | <<plugins-{type}s-{plugin}-sasl_oauthbearer_token_endpoint_url>> |<<string,string>>|No
134
136
| <<plugins-{type}s-{plugin}-sasl_jaas_config>> |<<string,string>>|No
135
137
| <<plugins-{type}s-{plugin}-sasl_kerberos_service_name>> |<<string,string>>|No
136
138
| <<plugins-{type}s-{plugin}-sasl_mechanism>> |<<string,string>>|No
@@ -563,6 +565,20 @@ to a given topic partition. This avoids repeated fetching-and-failing in a tight
563
565
564
566
The SASL client callback handler class the specified SASL mechanism should use.
565
567
568
+ [id="plugins-{type}s-{plugin}-sasl_login_callback_handler_class""]
569
+ ===== `sasl_login_callback_handler_class`
570
+ * Value type is <<string,string>>
571
+ * There is no default value for this setting.
572
+
573
+ The SASL login callback handler class the specified SASL mechanism should use.
574
+
575
+ [id="plugins-{type}s-{plugin}-sasl_oauthbearer_token_endpoint_url""]
576
+ ===== `sasl_oauthbearer_token_endpoint_url`
577
+ * Value type is <<string,string>>
578
+ * There is no default value for this setting.
579
+
580
+ The URL where the Kafka client requests OAuth 2.0 tokens from an authorization server for integration with OAuth 2.0 identity providers.
581
+
566
582
[id="plugins-{type}s-{plugin}-sasl_jaas_config"]
567
583
===== `sasl_jaas_config`
568
584
0 commit comments