The Sui Foundation has unveiled support for gRPC streaming within its indexing stack, a technical upgrade designed to reduce latency and improve resilience for developers building on the network. The announcement, published February 3, highlights how Sui is rethinking blockchain data access by pairing real‑time streaming with traditional polling methods.
Why It Matters
On most blockchains, developers rely on polling endpoints to fetch data, a process that introduces delays and requires fragile retry logic. Sui’s new approach allows indexers to ingest checkpoints as soon as they are finalized, cutting down on latency while maintaining correctness. The Custom Indexing Framework ensures that streaming can be adopted incrementally, without forcing teams to overhaul how checkpoints are processed.
Hybrid Model
Streaming alone is not sufficient, as it cannot backfill historical data or recover from interruptions. Sui’s framework explicitly combines streaming with polling, ensuring that pipelines remain both fast and reliable. The General‑Purpose Indexer, which powers GraphQL RPC, already uses this hybrid model: gRPC streaming keeps data fresh, while polling guarantees recoverability and historical completeness.
Developer Impact
For developers, the upgrade means faster access to finalized data and simpler infrastructure for latency‑sensitive applications such as analytics, monitoring, and DeFi trading platforms.

By decoupling ingestion from processing, Sui allows teams to start with polling, add streaming later, or run both simultaneously. The result is a more flexible and resilient indexing environment.
Outlook
Sui’s move reflects a broader industry trend toward streaming‑first data access, aiming to make blockchain infrastructure more responsive and scalable. As adoption grows, the ability to deliver low‑latency, reliable data pipelines could become a key differentiator for networks competing to host next‑generation decentralized applications.
