Kafka components
| tKafkaInputAvro | Transmits Avro-formatted messages you need to process to its following component in the Job you are designing. |
| tKafkaCommit | Saves the current state of the tKafkaInput to which it is connected. |
| tKafkaConnection | Opens a reusable Kafka connection. |
| tKafkaCreateTopic | Creates a Kafka topic that the other Kafka components can use. |
| tKafkaInput | Transmits messages you need to process to the components that follow in the Job you are designing. |
| tKafkaOutput | Publishes messages into a Kafka system. |