Konstantin Gribov
08/26/2022, 5:00 AMYubin Li
09/07/2022, 2:23 AMorg.apache.flink.api.connector.source.lib.NumberSequenceSource, it's a data source that produces a sequence of numbers and simple enough.Yubin Li
09/07/2022, 2:35 AMKonstantin Gribov
09/09/2022, 3:37 PMStaticFileSplitEnumerator does,
• etc
So I'm looking for something more in-depth that trivial example and on par or a bit less complex that PulsarSource and KafkaSource especially with different enumeration (both generate splits by topic and partition) and split reading model (both have push based split readers).Martijn Visser
09/22/2022, 11:55 AM