RivenSun2 commented on code in PR #12226:
URL: https://github.com/apache/kafka/pull/12226#discussion_r887664798
##########
clients/src/main/java/org/apache/kafka/common/config/SslConfigs.java:
##########
@@ -69,7 +69,7 @@ public class SslConfigs {
public static final String SSL_KEYSTORE_TYPE_CONFIG = "ssl.keystore.type";
public static final String SSL_KEYSTORE_TYPE_DOC = "The file format of the
key store file. "
- + "This is optional for client.";
+ + "This is optional for client. The currently supported values for
kafka are [JKS , PKCS12, PEM].";
Review Comment:
Hi @dajac Thank you for your reply.
As I mentioned in JIRA:
> I'm not sure if it's appropriate to add a validator here. I just want to
supplement the documentation.
Maybe users can customize their own SslEngineFactory through the
`ssl.engine.factory.class` parameter to support other values than [JKS ,
PKCS12, PEM].
Now the documentation for these two parameters does not show any other
optional values except for a default value of `JKS`. This can confuse users.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]