Specifies Kafka parameters. These parameters affect how BSM connects to Kafka.
This section is OPTIONAL
The header for this section is [kafka]
Name | Mandatory | Type | Default | Description |
---|---|---|---|---|
enabled | no | boolean | false | Enable use of Kafka. |
properties_file | no | string | /opt/blueworx/sm/config/kafka/kafka.properties | 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/sm/config/kafka/kafka.properties" Note: For more information on configuring Kafka properties see "Configuring Apache Kafka producer properties" in the BVR documentation BSM General Configuration Options" |
topic_error | no | string | blueworx.error | This parameter was introduced in version 7.24.0 Kafka topic name for error logging |
topic_trace | no | string | blueworx.trace | This parameter was introduced in version 7.24.0 Kafka topic name for trace logging |