Misc configuration properties
Configuration properties for all the things
A reminder: any of these properties can be converted into yaml config properties, an example:
KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS
becomes
Name | Description |
---|---|
| URI basePath |
| Setting log level (trace, debug, info, warn, error). Default: info |
| Setting log level (trace, debug, info, warn, error). Default: debug |
| Port for the embedded server. Default: |
| Kafka API timeout in ms. Default: |
| Cluster name |
| Address where to connect |
| KSQL DB server address |
| KSQL DB server's basic authentication username |
| KSQL DB server's basic authentication password |
| Path to the JKS keystore to communicate to KSQL DB |
| Password of the JKS keystore for KSQL DB |
| Security protocol to connect to the brokers. For SSL connection use "SSL", for plaintext connection don't set this environment variable |
| SchemaRegistry's address |
| SchemaRegistry's basic authentication username |
| SchemaRegistry's basic authentication password |
| Path to the JKS keystore to communicate to SchemaRegistry |
| Password of the JKS keystore for SchemaRegistry |
| Enable SSL for Metrics (for PROMETHEUS metrics type). Default: false. |
| Username for Metrics authentication |
| Password for Metrics authentication |
| Path to the JKS keystore to communicate to metrics source (JMX/PROMETHEUS). For advanced setup, see |
| Password of the JKS metrics keystore |
| How keys are saved to schemaRegistry |
| Open metrics port of a broker |
| Type of metrics retriever to use. Valid values are JMX (default) or PROMETHEUS. If Prometheus, then metrics are read from prometheus-jmx-exporter instead of jmx |
| Enable read-only mode. Default: false |
| Given name for the Kafka Connect cluster |
| Address of the Kafka Connect service endpoint |
| Kafka Connect cluster's basic authentication username |
| Kafka Connect cluster's basic authentication password |
| Path to the JKS keystore to communicate to Kafka Connect |
| Password of the JKS keystore for Kafka Connect |
| Max traffic rate (bytes/sec) that kafbat-ui allowed to reach when polling messages from the cluster. Default: 0 (not limited) |
| Path to the JKS truststore to communicate to Kafka Connect, SchemaRegistry, KSQL, Metrics |
| Password of the JKS truststore for Kafka Connect, SchemaRegistry, KSQL, Metrics |
| Time delay between topic deletion and topic creation attempts for topic recreate functionality. Default: 1 |
| Number of attempts of topic creation after topic deletion for topic recreate functionality. Default: 15 |
| 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. |
Last updated