Open asdaraujo opened 11 months ago
This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.
Apache Iceberg version
1.3.0
Query engine
Flink
Please describe the bug 🐞
The StreamingMonitorFunction ignores the
streaming-strategy
and thestart-snapshot-timestamp
properties when set. For example, if I set the following properties, the connector ignores the last two and reads all the events from the very first snapshot:streaming=true
monitor-interval=1s
starting-strategy=INCREMENTAL_FROM_SNAPSHOT_TIMESTAMP
start-snapshot-timestamp=1700760262000
Using
start-snapshot-id
, on the other hand, works as intended.