rest.address |
(none) |
The address that should be used by clients to connect to the server. |
rest.await-leader-timeout |
30000 |
The time in ms that the client waits for the leader address, e.g., Dispatcher or WebMonitorEndpoint |
rest.bind-address |
(none) |
The address that the server binds itself. |
rest.client.max-content-length |
104857600 |
The maximum content length in bytes that the client will handle. |
rest.connection-timeout |
15000 |
The maximum time in ms for the client to establish a TCP connection. |
rest.port |
8081 |
The port that the server listens on / the client connects to. |
rest.retry.delay |
3000 |
The time in ms that the client waits between retries (See also `rest.retry.max-attempts`). |
rest.retry.max-attempts |
20 |
The number of retries the client will attempt if a retryable operations fails. |
rest.server.max-content-length |
104857600 |
The maximum content length in bytes that the server will handle. |