Skip to content

Commit 18f823e

Browse files
committed
Added "consecutive" to the spark.streaming.kafka.maxRetries doc
1 parent 597fdeb commit 18f823e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,9 +1460,9 @@ Apart from these, the following properties are also available, and may be useful
14601460
<td><code>spark.streaming.kafka.maxRetries</code></td>
14611461
<td>1</td>
14621462
<td>
1463-
Maximum number of trials the driver will make in order to find the latest
1464-
offsets on the leader of each partition. Only applies to the new Kafka
1465-
direct stream API.
1463+
Maximum number of consecutive trials the driver will make in order to find
1464+
the latest offsets on the leader of each partition. Only applies to the new
1465+
Kafka direct stream API.
14661466
</td>
14671467
</tr>
14681468
</table>

0 commit comments

Comments
 (0)