Untruncated Endpoints
These endpoints stream full, untruncated transaction log messages:
They use the same API keys, subscribe requests, and clients as the standard endpoints — log messages are simply not truncated. One limitation: historical replay is not currently supported on the untruncated endpoints.
To switch, point your client at the untruncated URL:
index.ts
Choosing an Endpoint
- Standard endpoints (default): best for most workloads. Truncated logs keep messages small, which reduces bandwidth and latency.
- Untruncated endpoints: use when you need complete transaction logs and can accept the larger message sizes that come with them. Not compatible with historical replay for now.