程序包 org.apache.seatunnel.connectors.seatunnel.kafka.sink
-
接口概要 接口 说明 KafkaProduceSender<K,V> -
类概要 类 说明 KafkaInternalProducer<K,V> AKafkaProducerthat allow resume transaction from transactionIdKafkaNoTransactionSender<K,V> This sender will send the data to the Kafka, and will not guarantee the data is committed to the Kafka exactly-once.KafkaSink Kafka Sink implementation by using SeaTunnel sink API.KafkaSinkCommitter KafkaSinkFactory KafkaSinkWriter KafkaSinkWriter is a sink writer that will writeSeaTunnelRowto Kafka.KafkaTransactionSender<K,V> This sender will use kafka transaction to guarantee the data is sent to kafka at exactly-once.MessageContentPartitioner