Uses of Class
org.apache.flink.streaming.connectors.kafka.table.KafkaDynamicSource
Packages that use KafkaDynamicSource
-
Uses of KafkaDynamicSource in org.apache.flink.streaming.connectors.kafka.table
Methods in org.apache.flink.streaming.connectors.kafka.table that return KafkaDynamicSourceModifier and TypeMethodDescriptionprotected KafkaDynamicSourceKafkaDynamicTableFactory.createKafkaTableSource(org.apache.flink.table.types.DataType physicalDataType, org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> keyDecodingFormat, org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> valueDecodingFormat, int[] keyProjection, int[] valueProjection, String keyPrefix, List<String> topics, Pattern topicPattern, Properties properties, StartupMode startupMode, Map<KafkaTopicPartition, Long> specificStartupOffsets, long startupTimestampMillis, BoundedMode boundedMode, Map<KafkaTopicPartition, Long> specificEndOffsets, long endTimestampMillis, String tableIdentifier)