Commit b2bb443 1 parent 8b687a8 commit b2bb443 Copy full SHA for b2bb443
File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -88,14 +88,12 @@ This plugin writes to a [Kafka Broker](http://kafka.apache.org/07/quickstart.htm
88
88
89
89
#### ` max_retry `
90
90
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.
96
96
97
97
The option is similar to the
98
98
[ retries] ( https://kafka.apache.org/documentation/#producerconfigs ) Producer
99
99
option in the Java Kafka Producer.
100
-
101
-
You can’t perform that action at this time.
0 commit comments