Package org.apache.flink.connector.kafka.source.enumerator.initializer
package org.apache.flink.connector.kafka.source.enumerator.initializer
-
ClassDescriptionAn implementation of
OffsetsInitializerwhich does not initialize anything.An interface for users to specify the starting / stopping offset of aKafkaPartitionSplit.An interface that provides necessary information to theOffsetsInitializerto get the initial offsets of the Kafka partitions.Interface for validatingOffsetsInitializerwith properties fromKafkaSource.