Kafka components
tKafkaCommit | Saves the current state of the tKafkaInput to which it is connected. |
tKafkaConfiguration | Opens and configures a reusable Kafka connection. |
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. |
tKafkaInputAvro | Transmits Avro-formatted messages you need to process to its following component in the Job you are designing. |
tKafkaOutput | Publishes messages into a Kafka system. |