tKafkaOutput example - Cloud - 8.0

Talend Job Script Reference Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend CommandLine
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2024-02-22

In the following Job script example of tKafkaOutput, only the Kafka version, the broker list, and the Kafka topic name are specified, leaving all the other parameter as default.

	setSettings {
		KAFKA_VERSION : "KAFKA_0_10_0_1",
		BROKER_LIST : "\"192.168.6.56:9093,192.168.6.57:9094,192.168.6.58:9095\"",
		KAFKA_TOPIC : "\"mytopic\""
	}