Skip to content

Commit b2bb443

Browse files
committed
Update kafka readme
1 parent 8b687a8 commit b2bb443

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

plugins/outputs/kafka/README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,12 @@ This plugin writes to a [Kafka Broker](http://kafka.apache.org/07/quickstart.htm
8888

8989
#### `max_retry`
9090

91-
This option controls the retries before notification of failure is displayed
92-
per message when no acknowledgement is received from the broker. When this
93-
option is greater than `0` it can reduce message latency and duplicate
94-
messages in the case of transient errors, but may also increase the load on
95-
the broker during periods of downtime.
91+
This option controls the number of retries before a failure notification is
92+
displayed for each message when no acknowledgement is received from the
93+
broker. When the setting is greater than `0`, message latency can be reduced,
94+
duplicate messages can occur in cases of transient errors, and broker loads
95+
can increase during downtime.
9696

9797
The option is similar to the
9898
[retries](https://kafka.apache.org/documentation/#producerconfigs) Producer
9999
option in the Java Kafka Producer.
100-
101-

0 commit comments

Comments
 (0)