Fix grammar

This commit is contained in:
Daniel Nelson 2018-05-03 17:26:01 -07:00
parent e17a7378c2
commit 030eb95b71
1 changed files with 5 additions and 5 deletions

View File

@ -88,11 +88,11 @@ This plugin writes to a [Kafka Broker](http://kafka.apache.org/07/quickstart.htm
#### `max_retry` #### `max_retry`
This option controls the number of retries per message no acknowledgement is This option controls the retries before notification of failure is displayed
received from the broker before notification of failure is displayed. When per message when no acknowledgement is received from the broker. When this
this option greater than `0` can reduce latency and duplicate messages in the option is greater than `0` it can reduce message latency and duplicate
case of transient errors, but may also increase the load on the broker during messages in the case of transient errors, but may also increase the load on
periods of downtime. the broker during periods of downtime.
The option is similar to the The option is similar to the
[retries](https://kafka.apache.org/documentation/#producerconfigs) Producer [retries](https://kafka.apache.org/documentation/#producerconfigs) Producer