Skip to content

Commit 7033d77

Browse files
committed
Update crg
1 parent a221160 commit 7033d77

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

config/crd/bases/dataflow.dataflow.io_dataflows.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,12 @@ spec:
951951
x-kubernetes-list-type: atomic
952952
type: object
953953
type: object
954+
checkpointPersistence:
955+
description: |-
956+
CheckpointPersistence enables persisting source checkpoint (lastReadID, lastReadChangeTime) to a ConfigMap.
957+
When enabled, polling sources (PostgreSQL, ClickHouse, Trino) resume from the last committed position after restart, reducing duplicates.
958+
Default: true. Set to false to disable.
959+
type: boolean
954960
errors:
955961
description: Errors defines the error sink for messages that failed
956962
to be written to the main sink

0 commit comments

Comments
 (0)