| Class | Description |
|---|---|
| BytesWithKafkaSchema |
This is a wrapper around a Byte array (the Avro encoded record) and a schema id in the Kafka Schema Registry.
|
| 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.
|
| KafkaAbstractSource.KafkaRecord<V> | |
| KafkaAbstractSource.KeyValueKafkaRecord<V> | |
| KafkaBytesSink |
Kafka sink should treats incoming messages as pure bytes.
|
| KafkaBytesSource |
Kafka Source that transfers the data from Kafka to Pulsar and sets the Schema type properly.
|
| KafkaBytesSource.ExtractKafkaAvroSchemaDeserializer | |
| 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.