kirktrue commented on code in PR #19754:
URL: https://github.com/apache/kafka/pull/19754#discussion_r2124904551


##########
clients/src/main/java/org/apache/kafka/common/config/SaslConfigs.java:
##########
@@ -143,7 +311,7 @@ public class SaslConfigs {
 
     public static final String SASL_OAUTHBEARER_TOKEN_ENDPOINT_URL = 
"sasl.oauthbearer.token.endpoint.url";
     public static final String SASL_OAUTHBEARER_TOKEN_ENDPOINT_URL_DOC = "The 
URL for the OAuth/OIDC identity provider. If the URL is HTTP(S)-based, it is 
the issuer's token"
-            + " endpoint URL to which requests will be made to login based on 
the configuration in " + SASL_JAAS_CONFIG + ". If the URL is file-based, it"
+            + " endpoint URL to which requests will be made to login based on 
the configured <code>JwtRetriever</code>. If the URL is file-based, it"

Review Comment:
   Agreed. I made the change.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to