42Your CDC stream replays a batch and a customer issues a GDPR deletion mid-stream. Keep the silver mirror exactly-once and compliant.▼hardDatabricksSnowflakePalantir1 replies◆ premiumCDC design questions usually stop at the happy-path MERGE. This one stress-tests it: an at-least-once stream that double-delivers, hard deletes, soft deletes for audit, and a GDPR erasure that must physically purge even the bronze change log. The guarantees have to compose.Open full answer →
43Build a streaming aggregation with exactly-once output, bounded state, and a defined policy for events that arrive an hour late.▼hardDatabricksSnowflakePalantir1 replies◆ premiumStreaming interviews separate people who have run a job at 3am from people who have read the docs. The hard parts are not the windowed aggregate, they are bounding state so the job does not die, and choosing what a late event does to an already-emitted result.Open full answer →