About
Data Flow - Message (Operand) in Kafka.
The Kafka cluster stores streams of records in categories called topics.
Articles Related
Structure
Each record consists of:
- a key,
- a value,
- and a timestamp. See built-in timestamp
Type
Struct
- org.apache.kafka.connect.data.Struct - Schema is provided up-front.