Update kafka readme
This commit is contained in:
parent
5494b9a65a
commit
6e10a4ea88
|
@ -88,14 +88,12 @@ This plugin writes to a [Kafka Broker](http://kafka.apache.org/07/quickstart.htm
|
||||||
|
|
||||||
#### `max_retry`
|
#### `max_retry`
|
||||||
|
|
||||||
This option controls the retries before notification of failure is displayed
|
This option controls the number of retries before a failure notification is
|
||||||
per message when no acknowledgement is received from the broker. When this
|
displayed for each message when no acknowledgement is received from the
|
||||||
option is greater than `0` it can reduce message latency and duplicate
|
broker. When the setting is greater than `0`, message latency can be reduced,
|
||||||
messages in the case of transient errors, but may also increase the load on
|
duplicate messages can occur in cases of transient errors, and broker loads
|
||||||
the broker during periods of downtime.
|
can increase during 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
|
||||||
option in the Java Kafka Producer.
|
option in the Java Kafka Producer.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue