Package org.apache.flink.streaming.connectors.kafka
-
Interface Summary Interface Description KafkaContextAware<T> An interface forKafkaSerializationSchemasthat need information about the context where the Kafka Producer is running along with information about the available partitions.KafkaDeserializationSchema<T> The deserialization schema describes how to turn the Kafka ConsumerRecords into data types (Java/Scala objects) that are processed by Flink.KafkaSerializationSchema<T> -
Enum Summary Enum Description FlinkKafkaErrorCode Error codes used inFlinkKafkaException.FlinkKafkaProducer.Semantic Semantics that can be chosen. -
Exception Summary Exception Description FlinkKafkaException Exception used byFlinkKafkaProducerandFlinkKafkaConsumer.