Kafka Reader
Summary
Reads data from a Kafka instance.
Properties
Property | Description |
---|---|
Host | The Kafka instance host name |
Port | The port number on which the Kafka instance communicates |
Topic | The Kafka topic to read |
Group | The consumer group name |
Interval | The maximum time to block waiting on records |
Read From | The offset of a partition to read from:
|
Max Batch Output Rows | The maximum number of rows output at each run |
Max Poll Records | The maximum number of records returned from a poll operation |
Enhance With Timestamp | Select to add timestamps to the records |