Fix documentation of spring.kafka.producer.batch-size

Closes gh-13127
This commit is contained in:
Stephane Nicoll
2018-05-17 16:08:38 +02:00
parent 64158ebaf5
commit d9029ef69e
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -444,7 +444,8 @@ public class KafkaProperties {
private String acks;
/**
* Number of records to batch before sending.
* Default batch size in bytes. A small batch size will make batching less common
* and may reduce throughput (a batch size of zero disables batching entirely).
*/
private Integer batchSize;