Hi,

My flink app has two data sources. One is from a Kafka topic, one is from a
database by using the JDBC connector. Flink scan the full database table.
Which mode should we use? batch mode or streaming mode?
How do we know the database table is fully scanned? Will Flink throw any
signal to show it is done?

Reply via email to