Skip to content

Commit 2498574

Browse files
committed
fix-issue-434 To add proxy related settings to splunk connector
Signed-off-by: Wang, Shu <[email protected]>
1 parent ff4ff91 commit 2498574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/splunk/kafka/connect/SplunkSinkConnectorConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public String toString() {
437437
+ "headerCustom:" + headerCustom + ", "
438438
+ "httpKeepAlive:" + httpKeepAlive + ", "
439439
+ "httpProxyHost:" + httpProxyHost + ", "
440-
+ "httpProxyPort:" + httpProxyPort
440+
+ "httpProxyPort:" + httpProxyPort + ", "
441441
+ "validateCertificates:" + validateCertificates + ", "
442442
+ "trustStorePath:" + trustStorePath + ", "
443443
+ "trustStoreType:" + trustStoreType + ", "

0 commit comments

Comments
 (0)