This page covers Powerstream-specific recovery and redundancy features. For comprehensive guidance on recovery and redundancy across all streaming endpoints, see the Recovery and redundancy fundamentals guide.Documentation Index
Fetch the complete documentation index at: https://docs.x.com/llms.txt
Use this file to discover all available pages before exploring further.
Powerstream recovery features
The core concepts for recovery and redundancy apply to all streaming endpoints. See the fundamentals guide for:- Redundant connections
- Backfill vs. Recovery decision tree
- Best practices
Backfill
For disconnections of 5 minutes or less, use thebackfillMinutes parameter:
Older Posts are delivered first. Posts are not deduplicated — your system should be tolerant of duplicates.
Recovery
For disconnections longer than 5 minutes (up to 24 hours), use thestartTime and endTime parameters:
| Parameter | Type | Description |
|---|---|---|
startTime | ISO 8601 date | Start time to recover from (UTC) |
endTime | ISO 8601 date | End time to recover to (UTC) |
Next steps
Recovery and redundancy
Complete recovery guide
Handling disconnections
Handle streaming disconnections
Consuming streaming data
Build robust streaming clients