KAFKA shared variables
KAFKA_BROKER
| Description |
Host and port of the Kafka broker. |
| Required |
Yes |
| Defaults to |
- |
| Sources |
Environment Variable |
RM_KAFKA_TOPIC_PREFIX
| Description |
In case multiple environments use the same Kafka, the prefix makes the difference. |
| Required |
Yes |
| Defaults to |
- |
| Sources |
Environment Variable |
RM_KAFKA_TOPIC_PARTITIONS
| Description |
Number of Kafka partitions for each topic. |
| Required |
No |
| Defaults to |
50 |
| Sources |
Environment Variable |
RM_KAFKA_TOPIC_REPLICAS
| Description |
Used to provide fail-over capability for topics. |
| Required |
No |
| Defaults to |
1 |
| Sources |
Environment Variable |
RM_KAFKA_TOPIC_AUTO_CREATION
| Description |
Flag checked at service startup to create topics |
| Required |
No |
| Defaults to |
false |
| Sources |
Environment Variable |
KAFKA_SECURITY_PROTOCOL
| Description |
Security protocol used by Kafka. |
| Required |
No |
| Defaults to |
plaintext |
| Sources |
Environment Variable |
KAFKA_CLIENT_SSL_KEYSTORE_LOCATION
| Description |
Location of Kafka’s client ssl keystore. |
| Required |
No |
| Defaults to |
- |
| Sources |
Environment Variable |
KAFKA_CLIENT_SSL_KEYSTORE_PASSWORD
| Description |
Location of Kafka’s client ssl keystore password. |
| Required |
No |
| Defaults to |
- |
| Sources |
Environment Variable |
KAFKA_CLIENT_SSL_KEYSTORE_TYPE
| Description |
Kafka client ssl keystore type. |
| Required |
No |
| Defaults to |
PKC12 |
| Sources |
Environment Variable |