Skip to content

demo(cost-optimization): shrink resources after backfill - #5

Draft
swanandx wants to merge 1 commit into
mainfrom
cost-optimization-demo
Draft

demo(cost-optimization): shrink resources after backfill#5
swanandx wants to merge 1 commit into
mainfrom
cost-optimization-demo

Conversation

@swanandx

@swanandx swanandx commented May 5, 2026

Copy link
Copy Markdown
Member

Demonstrates dropping a Feldera pipeline's CPU/memory once the initial backfill finishes, start big for snapshot ingestion, checkpoint via graceful stop, patch runtime config down to steady-state, and resume from the checkpoint at reduced cost.

Backfill completion is detected by polling end_of_input across all input connectors; a delta_phase variant for future CDC sources (Delta Lake / S3 with snapshot_and_follow) is included as a commented branch.

Demonstrates dropping a Feldera pipeline's CPU/memory once the initial
backfill finishes, start big for snapshot ingestion,
checkpoint via graceful stop, patch runtime config down to steady-state,
and resume from the checkpoint at reduced cost.

Backfill completion is detected by polling end_of_input across all input
connectors; a delta_phase variant for future CDC sources (Delta Lake / S3
with snapshot_and_follow) is included as a commented branch.

Signed-off-by: Swanand Mulay <73115739+swanandx@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant