Powerstream disconnection handling
The core concepts for handling disconnections apply to all streaming endpoints. See the fundamentals guide for:- Why connections disconnect
- Common disconnection errors
- Detecting disconnections
- Reconnection strategies and backoff
- Best practices
Recovering lost data
If you experience a disconnect, see Recovery and redundancy for strategies to recover missed data, including:- Backfill — Use the
backfillMinutesparameter for disconnections of 5 minutes or less - Recovery — Use
startTimeandendTimeparameters for longer disconnections (up to 24 hours)
Powerstream backfill example
Powerstream recovery example
Next steps
Handling disconnections
Complete disconnection handling guide
Recovery and redundancy
Recover missed data
Consuming streaming data
Build robust streaming clients