Uses of Class
org.apache.flink.streaming.connectors.kafka.FlinkKafkaProducer
-
Packages that use FlinkKafkaProducer Package Description org.apache.flink.streaming.connectors.kafka org.apache.flink.streaming.connectors.kafka.shuffle -
-
Uses of FlinkKafkaProducer in org.apache.flink.streaming.connectors.kafka
Methods in org.apache.flink.streaming.connectors.kafka that return FlinkKafkaProducer Modifier and Type Method Description FlinkKafkaProducer<IN>FlinkKafkaProducer. ignoreFailuresAfterTransactionTimeout()Deprecated.Disables the propagation of exceptions thrown when committing presumably timed out Kafka transactions during recovery of the job. -
Uses of FlinkKafkaProducer in org.apache.flink.streaming.connectors.kafka.shuffle
Subclasses of FlinkKafkaProducer in org.apache.flink.streaming.connectors.kafka.shuffle Modifier and Type Class Description classFlinkKafkaShuffleProducer<IN,KEY>Flink Kafka Shuffle Producer Function.
-