Skip to content

Commit

Permalink
[FLINK-11779] Update documentation about ‘RestOptions’
Browse files Browse the repository at this point in the history
  • Loading branch information
guoweiM authored and aljoscha committed Sep 23, 2020
1 parent 0baa1c4 commit 6878d7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/_includes/generated/common_host_port_section.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<td><h5>rest.address</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td>String</td>
<td>The address that should be used by clients to connect to the server.</td>
<td>The address that should be used by clients to connect to the server. Attention: This option is respected only if the high-availability configuration is NONE.</td>
</tr>
<tr>
<td><h5>rest.bind-address</h5></td>
Expand All @@ -48,7 +48,7 @@
<td><h5>rest.port</h5></td>
<td style="word-wrap: break-word;">8081</td>
<td>Integer</td>
<td>The port that the client connects to. If rest.bind-port has not been specified, then the REST server will bind to this port.</td>
<td>The port that the client connects to. If rest.bind-port has not been specified, then the REST server will bind to this port. Attention: This option is respected only if the high-availability configuration is NONE.</td>
</tr>
<tr>
<td><h5>taskmanager.data.port</h5></td>
Expand Down
4 changes: 2 additions & 2 deletions docs/_includes/generated/rest_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<td><h5>rest.address</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td>String</td>
<td>The address that should be used by clients to connect to the server.</td>
<td>The address that should be used by clients to connect to the server. Attention: This option is respected only if the high-availability configuration is NONE.</td>
</tr>
<tr>
<td><h5>rest.await-leader-timeout</h5></td>
Expand Down Expand Up @@ -54,7 +54,7 @@
<td><h5>rest.port</h5></td>
<td style="word-wrap: break-word;">8081</td>
<td>Integer</td>
<td>The port that the client connects to. If rest.bind-port has not been specified, then the REST server will bind to this port.</td>
<td>The port that the client connects to. If rest.bind-port has not been specified, then the REST server will bind to this port. Attention: This option is respected only if the high-availability configuration is NONE.</td>
</tr>
<tr>
<td><h5>rest.retry.delay</h5></td>
Expand Down

0 comments on commit 6878d7c

Please sign in to comment.