top menu gradient

Kafka Reader

Summary

Reads data from a Kafka instance.

Properties

Property
Description
HostThe Kafka instance host name
PortThe port number on which the Kafka instance communicates
TopicThe Kafka topic to read
GroupThe consumer group name
IntervalThe maximum time to block waiting on records
Read FromThe offset of a partition to read from:
  • Start of the topic
  • Latest
  • Specific offset (as an integer)
Max Batch Output RowsThe maximum number of rows output at each run
Max Poll RecordsThe maximum number of records returned from a poll operation
Enhance With TimestampSelect to add timestamps to the records

Sample flow

Contents