Uses of Interface
org.apache.flink.connector.kafka.sink.TopicSelector
Packages that use TopicSelector
-
Uses of TopicSelector in org.apache.flink.connector.kafka.sink
Methods in org.apache.flink.connector.kafka.sink with parameters of type TopicSelectorModifier and TypeMethodDescription<T extends IN>
KafkaRecordSerializationSchemaBuilder<T> KafkaRecordSerializationSchemaBuilder.setTopicSelector(TopicSelector<? super T> topicSelector) Sets a topic selector which computes the target topic for every incoming record.