We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4ff91 commit 2498574Copy full SHA for 2498574
src/main/java/com/splunk/kafka/connect/SplunkSinkConnectorConfig.java
@@ -437,7 +437,7 @@ public String toString() {
437
+ "headerCustom:" + headerCustom + ", "
438
+ "httpKeepAlive:" + httpKeepAlive + ", "
439
+ "httpProxyHost:" + httpProxyHost + ", "
440
- + "httpProxyPort:" + httpProxyPort
+ + "httpProxyPort:" + httpProxyPort + ", "
441
+ "validateCertificates:" + validateCertificates + ", "
442
+ "trustStorePath:" + trustStorePath + ", "
443
+ "trustStoreType:" + trustStoreType + ", "
0 commit comments