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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ kafka:
54
54
|`KAFKA_CLUSTERS_0_POLLING_THROTTLE_RATE`| Max traffic rate (bytes/sec) that kafbat-ui allowed to reach when polling messages from the cluster. Default: 0 (not limited) |
55
55
|`KAFKA_CLUSTERS_0_SSL_TRUSTSTORELOCATION`| Path to the JKS truststore to communicate to Kafka Connect, SchemaRegistry, KSQL, Metrics |
56
56
|`KAFKA_CLUSTERS_0_SSL_TRUSTSTOREPASSWORD`| Password of the JKS truststore for Kafka Connect, SchemaRegistry, KSQL, Metrics |
57
+
|`KAFKA_CLUSTERS_0_SSL_VERIFYSSL`| If set to false, SSL certificate of the host won't be verified. True by default. |
57
58
|`TOPIC_RECREATE_DELAY_SECONDS`| Time delay between topic deletion and topic creation attempts for topic recreate functionality. Default: 1 |
58
59
|`TOPIC_RECREATE_MAXRETRIES`| Number of attempts of topic creation after topic deletion for topic recreate functionality. Default: 15 |
59
60
|`DYNAMIC_CONFIG_ENABLED`| Allow to change application config in runtime. Default: false. |
0 commit comments