Kafka Toolkit > com.ibm.streamsx.kafka 2.2.1 > com.ibm.streamsx.kafka > Configuration
The operators use Kafka's Producer or Consumer API. As a consequence, you can specify all properties for the APIs to control the behavior of the operators. The producer configuration for Apache Kafka 2.2 can be found in the producer configs section of the Apache Kafka 2.2 documentation, the configs for the Apache Kafka Consumer can be found in the consumer configs section of the Apache Kafka 2.2 documentation.
You must specify the name of the App Config in the appConfigName parameter.
You must specify the filename in the propertiesFile parameter.