Ah right, so if we wanted to do MariaDB -> Kafka -> Paimon, right now we'd have to do something like:
Flink-CDC MariaDB source -> Flink-CDC kafka sink -> Paimon KafkaSyncDatabaseAction -> Paimon Thank you! On Wed, Jul 24, 2024 at 3:47 AM Jingsong Li <jingsongl...@gmail.com> wrote: > For example, > > sync from Kafka. > > On Mon, Jul 22, 2024 at 8:55 PM Andrew Otto <o...@wikimedia.org> wrote: > > > > Thank you! > > > > > currently lacks the functionality of Paimon CDC, > > > > What are the missing functionalities? > > > > > > On Sun, Jul 21, 2024 at 9:48 PM Jingsong Li <jingsongl...@gmail.com> > wrote: > >> > >> Flink CDC 3 is still in the development stage and currently lacks the > >> functionality of Paimon CDC, but it will be a more recommended > >> approach in the future. > >> > >> Best, > >> Jingsong > >> > >> On Fri, Jul 19, 2024 at 11:44 PM Andrew Otto <o...@wikimedia.org> > wrote: > >> > > >> > Hi, I'm curious: > >> > > >> > Why does Paimon have its own Flink-CDC based 'sync actions', while > Flink-CDC itself has a built in Paimon pipeline connector support? > >> > > >> > Thanks, > >> > Andrew >