Skip to content

Commit 64a5a8d

Browse files
committed
Document new and existing properties for GitHub release info
1 parent bf79b12 commit 64a5a8d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configuration/misc-configuration-properties.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ kafka:
2020
|-------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2121
| `SERVER_SERVLET_CONTEXT_PATH` | URI basePath |
2222
| `LOGGING_LEVEL_ROOT` | Setting log level (trace, debug, info, warn, error). Default: info |
23-
| `LOGGING_LEVEL_IO_KAFBAT_UI` | Setting log level (trace, debug, info, warn, error). Default: debug |
23+
| `LOGGING_LEVEL_IO_KAFBAT_UI` | Setting log level (trace, debug, info, warn, error). Default: debug |
2424
| `SERVER_PORT` | Port for the embedded server. Default: `8080` |
2525
| `KAFKA_ADMIN-CLIENT-TIMEOUT` | Kafka API timeout in ms. Default: `30000` |
2626
| `KAFKA_CLUSTERS_0_NAME` | Cluster name |
@@ -60,3 +60,6 @@ kafka:
6060
| `DYNAMIC_CONFIG_ENABLED` | Allow to change application config in runtime. Default: false. |
6161
| kafka\_internalTopicPrefix | Set a prefix for internal topics. Defaults to "\_". |
6262
| server.reactive.session.timeout | Session timeout. If a duration suffix is not specified, seconds will be used. |
63+
| `GITHUB_RELEASE_INFO_ENABLED` | Enable automatic check for the latest available release via GitHub API (Default: true) |
64+
| `GITHUB_RELEASE_INFO_TIMEOUT` | Request timeout for automatic release info checks in seconds (Default: 10) |
65+
| `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) |

0 commit comments

Comments
 (0)