Thanks Guovei and Francis for your references.
On Monday, February 21, 2022, 01:05:58 AM EST, Guowei Ma
<[email protected]> 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 M Singh <[email protected]> wrote:
Hi Folks:
I am trying to monitor a jdbc source and continuously streaming data in an
application using the jdbc connector. However, the application stops after
reading the data in the table.
I've checked the docs
(https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/table/jdbc/)
and it looks like there is a streaming sink but the sources are scan and
lookup only. I've also checked the connector settings but could not find any
flag for continuous monitoring.
Can you please let me know if there is setting in the connector or advice to
make the jdbc connector source streaming data continuously ?
Thanks for your help.
Mans