You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/src/main/java/org/apache/kafka/common/config/SslConfigs.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ public class SslConfigs {
90
90
+ "This is optional for client and can be used for two-way authentication for client.";
91
91
92
92
public static final String SSL_KEYSTORE_ALIAS_CONFIG = "ssl.keystore.alias";
93
-
public static final String SSL_KEYSTORE_ALIAS_DOC = "This is config is used to pick named alias from the keystore to build the SSL engine and authenticate the client with broker. " +
93
+
public static final String SSL_KEYSTORE_ALIAS_DOC = "This config is used to pick named alias from the keystore to build the SSL engine and authenticate the client with broker. " +
94
94
"This is an optional config and used only when you have multiple keys in the keystore and you need to control which key needs to be presented to server.";
0 commit comments