Skip to content

Commit a1a1f4a

Browse files
committed
Fix doc about default max batch size
1 parent eb6db72 commit a1a1f4a

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
@@ -98,7 +98,7 @@ public final class SplunkSinkConnectorConfig extends AbstractConfig {
9898
static final String MAX_HTTP_CONNECTION_PER_CHANNEL_DOC = "Max HTTP connections pooled for one HEC Channel "
9999
+ "when posting events to Splunk.";
100100
static final String MAX_BATCH_SIZE_DOC = "Maximum batch size when posting events to Splunk. The size is the actual number of "
101-
+ "Kafka events not the byte size. By default, this is set to 100.";
101+
+ "Kafka events not the byte size. By default, this is set to 500.";
102102
static final String HTTP_KEEPALIVE_DOC = "Valid settings are true or false. Enables or disables HTTP connection "
103103
+ "keep-alive. By default, this is set to true";
104104
static final String HEC_THREADS_DOC = "Controls how many threads are spawned to do data injection via HEC in a single "

0 commit comments

Comments
 (0)