Skip to content

Document new and existing properties for GitHub release info #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion configuration/misc-configuration-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kafka:
|-------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `SERVER_SERVLET_CONTEXT_PATH` | URI basePath |
| `LOGGING_LEVEL_ROOT` | Setting log level (trace, debug, info, warn, error). Default: info |
| `LOGGING_LEVEL_IO_KAFBAT_UI` | Setting log level (trace, debug, info, warn, error). Default: debug |
| `LOGGING_LEVEL_IO_KAFBAT_UI` | Setting log level (trace, debug, info, warn, error). Default: debug |
| `SERVER_PORT` | Port for the embedded server. Default: `8080` |
| `KAFKA_ADMIN-CLIENT-TIMEOUT` | Kafka API timeout in ms. Default: `30000` |
| `KAFKA_CLUSTERS_0_NAME` | Cluster name |
Expand Down Expand Up @@ -60,3 +60,6 @@ kafka:
| `DYNAMIC_CONFIG_ENABLED` | Allow to change application config in runtime. Default: false. |
| kafka\_internalTopicPrefix | Set a prefix for internal topics. Defaults to "\_". |
| server.reactive.session.timeout | Session timeout. If a duration suffix is not specified, seconds will be used. |
| `GITHUB_RELEASE_INFO_ENABLED` | Enable automatic check for the latest available release via GitHub API. Default: true |
| `GITHUB_RELEASE_INFO_TIMEOUT` | Request timeout for automatic release info checks in seconds. Default: 10 |
| `GITHUB_RELEASE_UPDATE_RATE` | Refresh rate (caching time) for release info from GitHub in milliseconds, ISO-8601 (e.g. "PT1H") or simple notation ("1h"). Default: 3600000 |