| Class and Description |
|---|
| KafkaCheckpointMark.PartitionMark
A tuple to hold topic, partition, and offset that comprise the checkpoint
for a single partition.
|
| KafkaIO.Read
A
PTransform to read from Kafka topics. |
| KafkaIO.TypedRead
A
PTransform to read from Kafka topics. |
| KafkaIO.TypedWrite
A
PTransform to write to a Kafka topic. |
| KafkaIO.Write
A
PTransform to write to a Kafka topic. |
| KafkaRecord
KafkaRecord contains key and value of the record as well as metadata for the record (topic name,
partition id, and offset).
|
KafkaRecordCoder
Coder for KafkaRecord. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.