Uses of Interface
org.apache.flink.connector.kafka.dynamic.metadata.KafkaMetadataService
-
-
Uses of KafkaMetadataService in org.apache.flink.connector.kafka.dynamic.metadata
Classes in org.apache.flink.connector.kafka.dynamic.metadata that implement KafkaMetadataService Modifier and Type Class Description classSingleClusterTopicMetadataServiceAKafkaMetadataServicethat delegates metadata fetching to a singleAdminClient, which is scoped to a single cluster. -
Uses of KafkaMetadataService in org.apache.flink.connector.kafka.dynamic.source
Methods in org.apache.flink.connector.kafka.dynamic.source with parameters of type KafkaMetadataService Modifier and Type Method Description DynamicKafkaSourceBuilder<T>DynamicKafkaSourceBuilder. setKafkaMetadataService(KafkaMetadataService kafkaMetadataService)Set theKafkaMetadataService. -
Uses of KafkaMetadataService in org.apache.flink.connector.kafka.dynamic.source.enumerator
Methods in org.apache.flink.connector.kafka.dynamic.source.enumerator with parameters of type KafkaMetadataService Modifier and Type Method Description StoppableKafkaEnumContextProxyStoppableKafkaEnumContextProxy.StoppableKafkaEnumContextProxyFactory. create(org.apache.flink.api.connector.source.SplitEnumeratorContext<DynamicKafkaSourceSplit> enumContext, String kafkaClusterId, KafkaMetadataService kafkaMetadataService, Runnable signalNoMoreSplitsCallback)Constructors in org.apache.flink.connector.kafka.dynamic.source.enumerator with parameters of type KafkaMetadataService Constructor Description DynamicKafkaSourceEnumerator(KafkaStreamSubscriber kafkaStreamSubscriber, KafkaMetadataService kafkaMetadataService, org.apache.flink.api.connector.source.SplitEnumeratorContext<DynamicKafkaSourceSplit> enumContext, OffsetsInitializer startingOffsetsInitializer, OffsetsInitializer stoppingOffsetInitializer, Properties properties, org.apache.flink.api.connector.source.Boundedness boundedness, DynamicKafkaSourceEnumState dynamicKafkaSourceEnumState)StoppableKafkaEnumContextProxy(String kafkaClusterId, KafkaMetadataService kafkaMetadataService, org.apache.flink.api.connector.source.SplitEnumeratorContext<DynamicKafkaSourceSplit> enumContext, Runnable signalNoMoreSplitsCallback)Constructor for the enumerator context. -
Uses of KafkaMetadataService in org.apache.flink.connector.kafka.dynamic.source.enumerator.subscriber
Methods in org.apache.flink.connector.kafka.dynamic.source.enumerator.subscriber with parameters of type KafkaMetadataService Modifier and Type Method Description Set<KafkaStream>KafkaStreamSetSubscriber. getSubscribedStreams(KafkaMetadataService kafkaMetadataService)Set<KafkaStream>KafkaStreamSubscriber. getSubscribedStreams(KafkaMetadataService kafkaMetadataService)Get the subscribedKafkaStreams.Set<KafkaStream>StreamPatternSubscriber. getSubscribedStreams(KafkaMetadataService kafkaMetadataService)
-