You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add firehose streaming endpoints to recovery and redundancy docs
- Add Firehose Streams to intro alongside existing endpoints
- Add Firehose, Sample (1%), and Sample10 (Decahose) to backfill table
- Add Firehose curl examples for backfill and recovery sections
- Document firehose partition-based redundancy (up to 20 connections)
- Note that 1% Sample Stream does not support recovery
Learn how to maximize connection time and recover missed data when using X streaming endpoints including [Filtered Stream](/x-api/posts/filtered-stream/introduction), [Volume Streams](/x-api/posts/volume-streams/introduction), [Powerstream](/x-api/powerstream/introduction), and [Compliance Streams](/x-api/compliance/streams/introduction).
8
+
Learn how to maximize connection time and recover missed data when using X streaming endpoints including [Filtered Stream](/x-api/posts/filtered-stream/introduction), [Firehose Streams](/x-api/stream/stream-all-posts), [Volume Streams](/x-api/posts/volume-streams/introduction), [Powerstream](/x-api/powerstream/introduction), and [Compliance Streams](/x-api/compliance/streams/introduction).
9
9
10
10
## Overview
11
11
@@ -32,7 +32,7 @@ Benefits:
32
32
Simply connect to the same stream URL with a second client. Data will be sent through both connections.
33
33
34
34
<Note>
35
-
Redundant connections are available for Enterprise access. Filtered Stream allows up to two redundant connections for Enterprise projects. Check your specific endpoint documentation for connection limits.
35
+
Redundant connections are available for Enterprise access. Filtered Stream allows up to two redundant connections for Enterprise projects. Firehose Streams use a `partition` parameter to support up to 20 concurrent connections, while Sample10 (Decahose) supports up to 2 partitions. Check your specific endpoint documentation for connection limits.
36
36
</Note>
37
37
38
38
---
@@ -48,15 +48,27 @@ Use the **backfill parameter** when reconnecting to receive Posts matched during
Learn how to maximize connection time and recover missed data when using X streaming endpoints including [Filtered Stream](/x-api/posts/filtered-stream/introduction), [Volume Streams](/x-api/posts/volume-streams/introduction), [Powerstream](/x-api/powerstream/introduction), and [Compliance Streams](/x-api/compliance/streams/introduction).
8
+
Learn how to maximize connection time and recover missed data when using X streaming endpoints including [Filtered Stream](/x-api/posts/filtered-stream/introduction), [Firehose Streams](/x-api/stream/stream-all-posts), [Volume Streams](/x-api/posts/volume-streams/introduction), [Powerstream](/x-api/powerstream/introduction), and [Compliance Streams](/x-api/compliance/streams/introduction).
9
9
10
10
## Overview
11
11
@@ -32,7 +32,7 @@ Benefits:
32
32
Simply connect to the same stream URL with a second client. Data will be sent through both connections.
33
33
34
34
<Note>
35
-
Redundant connections are available for Enterprise access. Filtered Stream allows up to two redundant connections for Enterprise projects. Check your specific endpoint documentation for connection limits.
35
+
Redundant connections are available for Enterprise access. Filtered Stream allows up to two redundant connections for Enterprise projects. Firehose Streams use a `partition` parameter to support up to 20 concurrent connections, while Sample10 (Decahose) supports up to 2 partitions. Check your specific endpoint documentation for connection limits.
36
36
</Note>
37
37
38
38
---
@@ -48,15 +48,27 @@ Use the **backfill parameter** when reconnecting to receive Posts matched during
0 commit comments