Package org.apache.flink.connector.kafka.sink
-
Interface Summary Interface Description KafkaRecordSerializationSchema<T> A serialization schema which defines how to convert a value of typeTtoProducerRecord.KafkaRecordSerializationSchema.KafkaSinkContext Context providing information of the kafka record target location.TopicSelector<IN> Selects a topic for the incoming record. -
Class Summary Class Description DefaultKafkaSinkContext Context providing information to assist constructing aProducerRecord.KafkaRecordSerializationSchemaBuilder<IN> Builder to constructKafkaRecordSerializationSchema.KafkaSink<IN> Flink Sink to produce data into a Kafka topic.KafkaSinkBuilder<IN> Builder to constructKafkaSink.