Structsยง
- Kafka
Record - A single record as received by or sent to Kafka
- Kafka
Sink - Kafka
Source - Create a new KafkaSource for a given topic. This is a partitioned source with each Kafka partition mapping to one StatefulSourcePartition. NOTE: Records with an empty payload are not emitted to the stream.
- Kafka
Source Partition - A single partition of KafkaSource. This type can not be constructed directly, use KafkaSource instead.