Skip to main content

tKafkaInputAvro example

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

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

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!