Skip to content

Commit

Permalink
GITBOOK-55: Add session timeout property
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored and gitbook-bot committed Aug 16, 2023
1 parent c374f25 commit 2138636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* [Without Docker](development/building/without-docker.md)
* [WIP: Testing](development/wip-testing.md)

## πŸ‘·β™‚ πŸ‘·β™‚ πŸ‘·β™‚ Configuration
## πŸ‘·β™‚ πŸ‘·β™‚ πŸ‘·β™‚ πŸ‘·β™‚ Configuration

* [Quick Start](configuration/quick-start/README.md)
* [via AWS Marketplace](configuration/quick-start/via-aws-marketplace.md)
Expand Down
3 changes: 1 addition & 2 deletions configuration/misc-configuration-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ kafka:
- bootstrapServers: xxx
```



| Name | Description |
| ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `SERVER_SERVLET_CONTEXT_PATH` | URI basePath |
Expand Down Expand Up @@ -63,3 +61,4 @@ kafka:
| kafka.polling.pollTimeoutMs | Messages: Used as kafka consumer poll time (default is 1000). Useful if your message viewing fails with a slow broker |
| kafka.polling.partitionPollTimeout | Messages: Used as consumer poll time when polling one specific partition (used for newest first mode). The default is 200. Will increase result generation time. |
| kafka.polling.noDataEmptyPolls | Messages: It's a count of subsequent empty polls after that we assume that no more data is left in the topic/partition. The default is 3. |
| server.reactive.session.timeout | Session timeout. If a duration suffix is not specified, seconds will be used. |

0 comments on commit 2138636

Please sign in to comment.