You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration/misc-configuration-properties.md
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,4 @@ kafka:
58
58
|`TOPIC_RECREATE_MAXRETRIES`| Number of attempts of topic creation after topic deletion for topic recreate functionality. Default: 15 |
59
59
|`DYNAMIC_CONFIG_ENABLED`| Allow to change application config in runtime. Default: false. |
60
60
| kafka\_internalTopicPrefix | Set a prefix for internal topics. Defaults to "\_". |
61
-
| kafka.polling.pollTimeoutMs | Messages: Used as kafka consumer poll time (default is 1000). Useful if your message viewing fails with a slow broker |
62
-
| 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. |
63
-
| 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. |
64
61
| server.reactive.session.timeout | Session timeout. If a duration suffix is not specified, seconds will be used. |
0 commit comments