Re: Apache Flink - Continuously streaming data using jdbc connector

2022-02-21 Thread M Singh
Thanks Guovei and Francis for your references.    On Monday, February 21, 2022, 01:05:58 AM EST, Guowei Ma wrote: Hi, You can try flink's cdc connector [1] to see if it meets your needs. [1] https://github.com/ververica/flink-cdc-connectors Best,Guowei On Mon, Feb 21, 2022 at 6:23 AM

Re: Apache Flink - Continuously streaming data using jdbc connector

2022-02-20 Thread Guowei Ma
Hi, You can try flink's cdc connector [1] to see if it meets your needs. [1] https://github.com/ververica/flink-cdc-connectors Best, Guowei On Mon, Feb 21, 2022 at 6:23 AM M Singh wrote: > Hi Folks: > > I am trying to monitor a jdbc source and continuously streaming data in an > application