Kafka Connector Guide > Kafka Connections and Processes > Kafka Process Creation
  

Kafka Process Creation

After you create a Kafka connection, a Kafka consumer, and a Kafka producer, you can use them in a process. The Kafka connection, Kafka consumer process, and the Kafka producer process must run on the same Secure Agent.

Kafka consumer process

Use the following guidelines when you create a Kafka consumer process:
Kafka consumers can consume headers sent with Kafka messages. The message headers are displayed in the event input field of the Process View Detail page in Application Integration Console and can be used in a process.
Note: The headers values are converted to string by default. You must ensure that the header uses a basic primitive type such as integer, floating point, or string. Otherwise, you might see random characters.

Kafka producer process

Use the following guidelines when you create a Kafka producer process:
To view a video about reading and writing Kafka messages, and download a sample process, see the following community article:
https://knowledge.informatica.com/s/article/DOC-18233