| Class | Description |
|---|---|
| KafkaAbstractSink<K,V> |
A Simple abstract class for Kafka sink
Users need to implement extractKeyValue function to use this sink
|
| KafkaAbstractSource<V> |
Simple Kafka Source to transfer messages from a Kafka topic
|
| KafkaBytesSink |
Kafka sink should treats incoming messages as pure bytes.
|
| KafkaBytesSource |
Simple Kafka Source that just transfers the value part of the kafka records
as Strings
|
| KafkaSinkConfig | |
| KafkaSourceConfig | |
| KafkaStringSource |
Simple Kafka Source that just transfers the value part of the kafka records
as Strings
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.