diff --git a/docs/configuration.md b/docs/configuration.md index 7239b252a9fcc133ac9804a866aba8097ab02dfa..64066bc0d70cd81ee9b0a3c5aaf9ee01a7f5d244 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