| <table class="table table-bordered"> |
| <thead> |
| <tr> |
| <th class="text-left" style="width: 20%">Key</th> |
| <th class="text-left" style="width: 15%">Default</th> |
| <th class="text-left" style="width: 65%">Description</th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td><h5>rest.address</h5></td> |
| <td style="word-wrap: break-word;">(none)</td> |
| <td>The address that should be used by clients to connect to the server.</td> |
| </tr> |
| <tr> |
| <td><h5>rest.await-leader-timeout</h5></td> |
| <td style="word-wrap: break-word;">30000</td> |
| <td>The time in ms that the client waits for the leader address, e.g., Dispatcher or WebMonitorEndpoint</td> |
| </tr> |
| <tr> |
| <td><h5>rest.bind-address</h5></td> |
| <td style="word-wrap: break-word;">(none)</td> |
| <td>The address that the server binds itself.</td> |
| </tr> |
| <tr> |
| <td><h5>rest.client.max-content-length</h5></td> |
| <td style="word-wrap: break-word;">104857600</td> |
| <td>The maximum content length in bytes that the client will handle.</td> |
| </tr> |
| <tr> |
| <td><h5>rest.connection-timeout</h5></td> |
| <td style="word-wrap: break-word;">15000</td> |
| <td>The maximum time in ms for the client to establish a TCP connection.</td> |
| </tr> |
| <tr> |
| <td><h5>rest.poll.wait-strategy.max-interval</h5></td> |
| <td style="word-wrap: break-word;">2000</td> |
| <td>The max waited milliseconds of retries to poll the asynchronously created resource if the resource is not completed.</td> |
| </tr> |
| <tr> |
| <td><h5>rest.port</h5></td> |
| <td style="word-wrap: break-word;">8081</td> |
| <td>The port that the server listens on / the client connects to.</td> |
| </tr> |
| <tr> |
| <td><h5>rest.retry.delay</h5></td> |
| <td style="word-wrap: break-word;">3000</td> |
| <td>The time in ms that the client waits between retries (See also `rest.retry.max-attempts`).</td> |
| </tr> |
| <tr> |
| <td><h5>rest.retry.max-attempts</h5></td> |
| <td style="word-wrap: break-word;">20</td> |
| <td>The number of retries the client will attempt if a retryable operations fails.</td> |
| </tr> |
| <tr> |
| <td><h5>rest.server.max-content-length</h5></td> |
| <td style="word-wrap: break-word;">104857600</td> |
| <td>The maximum content length in bytes that the server will handle.</td> |
| </tr> |
| </tbody> |
| </table> |