Package org.apache.flink.connector.kafka.dynamic.source.enumerator
package org.apache.flink.connector.kafka.dynamic.source.enumerator
-
ClassDescriptionThis enumerator manages multiple
KafkaSourceEnumerator's, which does not have any synchronization since it assumes single threaded execution.The enumerator state keeps track of the state of the sub enumerators assigned splits and metadata.(De)serializer forDynamicKafkaSourceEnumState.A proxy enumerator context that supports life cycle management of underlying threads related to a subKafkaSourceEnumerator.General exception to signal to internal exception handling mechanisms that a benign error occurred.This factory exposes a way to override theStoppableKafkaEnumContextProxyused in the enumerator.