| HeaderProvider<IN> |
Creates an Iterable of Headers from the input element.
|
| KafkaPartitioner<T> |
A KafkaPartitioner wraps logic on how to partition records across partitions of multiple
Kafka topics.
|
| KafkaRecordSerializationSchema<T> |
A serialization schema which defines how to convert a value of type T to ProducerRecord.
|
| KafkaRecordSerializationSchema.KafkaSinkContext |
Context providing information of the kafka record target location.
|
| TopicSelector<IN> |
Selects a topic for the incoming record.
|
| TwoPhaseCommittingStatefulSink<InputT,WriterStateT,CommT> |
A combination of TwoPhaseCommittingSink and StatefulSink.
|
| TwoPhaseCommittingStatefulSink.PrecommittingStatefulSinkWriter<InputT,WriterStateT,CommT> |
A combination of TwoPhaseCommittingSink.PrecommittingSinkWriter and StatefulSink.StatefulSinkWriter.
|