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
Copyright (c) 2019-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
2
2
3
3
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
To the extent required by the applicable open-source license, a complete machine-readable copy of the source code corresponding to such code is available upon request. This offer is valid to anyone in receipt of this information and shall expire three years following the date of the final distribution of this product version by Progress Software Corporation. To obtain such source code, send an email to [email protected]. Please specify the product and version for which you are requesting source code.
6
6
7
-
Summary
7
+
Third Party Notices
8
8
9
9
marklogic-data-hub 6.1.1 (Apache-2.0)
10
10
ml-app-deployer 5.0.0 (Apache-2.0)
11
11
jackson-dataformat-csv 2.17.2 (Apache-2.0)
12
12
13
13
Common Licenses
14
14
15
-
Apache License 2.0 (Apache-2.0)
16
-
17
-
Third-Party Components
18
-
19
-
The following is a list of the third-party components used by MarkLogic® Connector for Kafka v1.10.0 (last updated November 1, 2024):
Copy file name to clipboardExpand all lines: docs/configuring-the-connector.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ The MarkLogic connector provides two options for configuring the usage of SSL wh
94
94
95
95
If a custom SSL approach is used, you can use the following properties to configure this approach:
96
96
97
-
-`ml.connection.customSsl.tlsVersion` = the TLS version to use for constructing an `SSLContext`. Defaults to `TLSv1.2`.
97
+
-`ml.connection.customSsl.tlsVersion` = the TLS version to use for constructing an `SSLContext`. Defaults to `TLS`, permitting the JVM to use the highest version possible.
98
98
-`ml.connection.customSsl.mutualAuth` = `true` to configure mutual, or "2-way", SSL authentication
99
99
100
100
If `ml.connection.customSsl.mutualAuth` is set to `true`, you must also configure these properties:
0 commit comments