Updated on 2024-08-30 GMT+08:00

Development Rules

Create a Doris Table in Advance

If a Flink job cannot find a specified table in Doris, an error will be reported. You need to ensure that the table has been created in Doris.

Enable Checkpoint When Doris Is the Sink

Flink jobs write data to the Doris table only when a checkpoint is triggered.