aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 7239b252a9..64066bc0d7 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1464,6 +1464,16 @@ Apart from these, the following properties are also available, and may be useful
for more details.
</td>
</tr>
+<tr>
+ <td><code>spark.streaming.kafka.maxRetries</code></td>
+ <td>1</td>
+ <td>
+ Maximum number of consecutive retries the driver will make in order to find
+ the latest offsets on the leader of each partition (a default value of 1
+ means that the driver will make a maximum of 2 attempts). Only applies to
+ the new Kafka direct stream API.
+ </td>
+</tr>
</table>
#### Cluster Managers