Re: Custom Source with the new Data Source API

2021-08-04 Thread Yuval Itzchakov
Hi Bin, Flinks Kafka source has been rewritten using the new Source API. You can find it here: https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/source/KafkaSource.java On Wed, Aug 4, 2021 at 8:51 PM Xinbin Huang wro

Custom Source with the new Data Source API

2021-08-04 Thread Xinbin Huang
Hi team, I'm trying to develop a custom source using the new Data Source API but I have some hard time finding examples for it. Can you point me to some existing Sources implemented with the new Data Source API? It would be ideal if source is for a pull-based unbound source (i.e. Kafka). Thanks!