Specifies Kafka parameters. These parameters affect how BRM connects to Kafka.
This section is OPTIONAL
The header for this section is [kafka]
Name | Mandatory | Type | Default | Description |
---|---|---|---|---|
enabled | no | boolean | false | This parameter was introduced in version 7.13.0 Enable use of Kafka. |
properties_file | no | string | /opt/blueworx/rm/config/kafka/kafka.properties | This parameter was introduced in version 7.13.0 Properties file defining Kafka configuration properties used to connect to Kafka broker. This is the absolute file path for the properties file, for example: properties_file = "/opt/blueworx/rm/config/kafka/kafka.properties" Note: For more information on configuring Kafka properties see "Configuring Apache Kafka producer properties" in the BVR documentation |
topic_error | no | string | blueworx.error | This parameter was introduced in version 7.24.0 Kafka topic name for error logging |
topic_status | no | string | blueworx.status | This parameter was introduced in version 7.24.0 Kafka topic name for status |
topic_trace | no | string | blueworx.trace | This parameter was introduced in version 7.24.0 Kafka topic name for trace logging |