Search before asking
Motivation
As a user of the FlinkSourceBuilder I'd like to be able to get a org.apache.flink.api.connector.source.Source instance returned instead of only having access to the DataStream via build() and buildForRow().
In my particular case I want to bootstrap my pipeline with historical data from a bounded source using Flink's HybridSource, and have the streaming data from a Paimon table. In order to do so, I need to provide the HybridSource with a Source instance which currently isn't possible using the FlinkSourceBuilder.
Solution
No response
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Motivation
As a user of the
FlinkSourceBuilderI'd like to be able to get aorg.apache.flink.api.connector.source.Sourceinstance returned instead of only having access to theDataStreamviabuild()andbuildForRow().In my particular case I want to bootstrap my pipeline with historical data from a bounded source using Flink's
HybridSource, and have the streaming data from a Paimon table. In order to do so, I need to provide theHybridSourcewith aSourceinstance which currently isn't possible using theFlinkSourceBuilder.Solution
No response
Anything else?
No response
Are you willing to submit a PR?