aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 0dbfe3b079..a2c0dfe76c 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1471,6 +1471,14 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
+ <td><code>spark.streaming.backpressure.initialRate</code></td>
+ <td>not set</td>
+ <td>
+ This is the initial maximum receiving rate at which each receiver will receive data for the
+ first batch when the backpressure mechanism is enabled.
+ </td>
+</tr>
+<tr>
<td><code>spark.streaming.blockInterval</code></td>
<td>200ms</td>
<td>