Real-time checkpoints arrive as sui grpc streaming powers indexing, delivering faster data with resilient pipelines and safe fallbacks.Real-time checkpoints arrive as sui grpc streaming powers indexing, delivering faster data with resilient pipelines and safe fallbacks.

Sui gRPC streaming powers low-latency checkpoint indexing and resilient data pipelines

4 min read
sui grpc streaming

Developers on Sui can now tap into sui grpc streaming to build faster, more reliable indexing pipelines for real-time blockchain data.

Hybrid streaming model transforms Sui data access

The Sui blockchain has introduced gRPC streaming as a primary data source for its indexing infrastructure, enabling real-time checkpoint ingestion with minimal latency. Moreover, this design targets applications that must react as soon as data is finalized.

The platform combines streaming capabilities with traditional polling methods to maintain data accuracy and system resilience. This hybrid model allows immediate access to finalized checkpoints while preserving backward compatibility with existing custom indexers already deployed on Sui.

The Custom Indexing Framework underpins this streaming-first architecture without requiring changes to checkpoint processing logic. However, teams can still rely on their existing pipelines while layering in streaming where it brings tangible benefits.

Streaming removes polling delays for checkpoint ingestion

The new gRPC streaming capability fundamentally changes how indexers receive blockchain data on Sui. Full nodes now push checkpoint data directly to indexers as soon as finalization occurs, rather than waiting for scheduled fetches.

This push-based model eliminates repeated polling cycles that previously introduced delays between checkpoint creation and downstream processing. As a result, latency-sensitive tools can react closer to real time without tuning complex polling intervals.

According to the documentation, the system delivers “real-time checkpoints as soon as they’re finalized” with “faster data, resilient pipelines, less infra work on Sui”. That said, operators can still configure safety nets to protect against connection issues and service disruptions.

The streaming mechanism operates through a straightforward configuration step where developers add a streaming-url argument that points to a full node endpoint. The indexer then receives checkpoints as event streams instead of fetching them at predetermined intervals.

This event-driven model is particularly valuable for monitoring systems, real-time analytics platforms, and other latency-sensitive applications. Moreover, it simplifies infrastructure by reducing the need for aggressive polling strategies and related operational tuning.

Mandatory polling fallbacks safeguard historical data

Sui pairs streaming with mandatory polling-based fallback sources to handle inherent limitations of long-lived connections. A streaming link only delivers data starting from the moment it is established, so historical checkpoints still require additional mechanisms.

The General-Purpose Indexer showcases this hybrid design in production. It uses streaming as its primary ingestion path while maintaining polling sources as safety mechanisms for historical data and recovery scenarios.

This configuration keeps indexed data current while enabling clean restarts and seamless recovery from failures. However, if a connection drops, the system can resume from the last known checkpoint using polling, then return to streaming once the link stabilizes.

In practice, this hybrid pattern functions similarly to a sui checkpoint streaming fallback strategy. Developers obtain the low-latency benefits of pushed updates without compromising completeness or reliability.

Framework design enables incremental streaming adoption

The Custom Indexing Framework separates checkpoint processing from data ingestion. Indexers consume and transform checkpoints through a unified interface, without coupling logic to specific sources such as gRPC streams or HTTP polling.

This abstraction allows teams to evolve ingestion strategies as requirements change, without rewriting core processing components. Moreover, it keeps codebases simpler by concentrating data-handling logic in a single layer.

The documentation notes that with gRPC streaming, “there is no need to poll, no guesswork around timing, and no artificial delay introduced by fetch intervals”. That said, operators can still choose polling where workloads do not require ultra-low latency.

Developers can enable sui grpc streaming gradually, based on individual workload characteristics. Applications that prioritize data freshness and real-time responsiveness gain the most from immediate streaming adoption.

By contrast, systems focused on batch analytics, offline processing, or simpler workflows can continue using polling-only configurations. The framework supports both approaches under the same processing model, simplifying multi-application environments.

Configuration keeps logic stable while sources evolve

Existing custom indexers built on the official framework require minimal changes to take advantage of streaming. Adding gRPC capability involves including a streaming-url parameter alongside the existing remote-store-url configuration value.

The checkpoint processing logic remains unchanged throughout this transition. Moreover, the framework automatically manages source switching during operation so that indexers keep a consistent view of the network state.

This design helps prevent common failure modes where systems either lose data or lag significantly behind the chain. The framework coordinates interactions between streaming and polling, maintaining continuity across restarts and network interruptions.

Overall, Sui’s hybrid streaming and polling architecture offers real-time checkpoints, resilient pipelines, and a clear migration path for indexers seeking low-latency ingestion without sacrificing reliability.

Market Opportunity
SUI Logo
SUI Price(SUI)
$1.062
$1.062$1.062
-1.33%
USD
SUI (SUI) Live Price Chart
Disclaimer: The articles reposted on this site are sourced from public platforms and are provided for informational purposes only. They do not necessarily reflect the views of MEXC. All rights remain with the original authors. If you believe any content infringes on third-party rights, please contact [email protected] for removal. MEXC makes no guarantees regarding the accuracy, completeness, or timeliness of the content and is not responsible for any actions taken based on the information provided. The content does not constitute financial, legal, or other professional advice, nor should it be considered a recommendation or endorsement by MEXC.

You May Also Like

Trading time: Tonight, the US GDP and the upcoming non-farm data will become the market focus. Institutions are bullish on BTC to $120,000 in the second quarter.

Trading time: Tonight, the US GDP and the upcoming non-farm data will become the market focus. Institutions are bullish on BTC to $120,000 in the second quarter.

Daily market key data review and trend analysis, produced by PANews.
Share
PANews2025/04/30 13:50
Ethereum Fusaka Upgrade Set for December 3 Mainnet Launch, Blob Capacity to Double

Ethereum Fusaka Upgrade Set for December 3 Mainnet Launch, Blob Capacity to Double

Ethereum developers confirmed the Fusaka upgrade will activate on mainnet on December 3, 2025, following a systematic testnet rollout beginning on October 1 on Holesky. The major hard fork will implement around 11-12 Ethereum Improvement Proposals targeting scalability, node efficiency, and data availability improvements without adding new user-facing features. According to Christine Kim, the upgrade introduces a phased blob capacity expansion through Blob Parameter Only forks occurring two weeks after Fusaka activation. Initially maintaining current blob limits of 6/9 target/max, the first BPO fork will increase capacity to 10/15 blobs one week later. A second BPO fork will further expand limits to 14/21 blobs, more than doubling total capacity within two weeks. Strategic Infrastructure Overhaul Fusaka prioritizes backend protocol improvements over user-facing features, focusing on making Ethereum faster and less resource-intensive. The upgrade includes PeerDAS implementation through EIP-7594, allowing validator nodes to verify data by sampling small pieces rather than downloading entire blobs. This reduces bandwidth and storage requirements while enhancing Layer 2 rollup scalability. The upgrade builds on recent gas limit increases from 30 million to 45 million gas, with ongoing discussions for further expansion. EIP-7935 proposes increasing limits to 150 million gas, potentially enabling significantly higher transaction throughput. These improvements complement broader scalability efforts, including EIP-9698, which suggests a 100x gas limit increase over two years to reach 2,000 transactions per second. Fusaka removes the previously planned EVM Object Format redesign to reduce complexity while maintaining focus on essential infrastructure improvements. The upgrade introduces bounded base fees for blob transactions via EIP-7918, creating more predictable transaction costs for data-heavy applications. Enhanced spam resistance and security improvements strengthen network resilience against scalability bottlenecks and attacks. Technical Implementation and Testing Timeline The Fusaka rollout follows a conservative four-phase approach across Ethereum testnets before mainnet deployment. Holesky upgrade occurs October 1, followed by Sepolia on October 14 and Hoodi on October 28. Each testnet will undergo the complete BPO fork sequence to validate the blob capacity expansion mechanism. BPO forks activate automatically based on predetermined epochs rather than requiring separate hard fork processes. On mainnet, the first BPO fork launches December 17, increasing blob capacity to 10/15 target/max. The second BPO fork activates January 7, 2026, reaching the final capacity of 14/21 blobs. This automated approach enables flexible blob scaling without requiring full network upgrades. Notably, node operators face release deadlines ranging from September 25 for Holesky to November 3 for mainnet preparation. The staggered timeline, according to the developers, allows comprehensive testing while giving infrastructure providers sufficient preparation time. Speculatively, the developers use this backward-compatible approach to ensure smooth transitions with minimal disruption to existing applications. PeerDAS implementation reduces node resource demands, potentially increasing network decentralization by lowering barriers for smaller operators. The technology enables more efficient data availability sampling, crucial for supporting growing Layer 2 rollup adoption. Overall, these improvements, combined with increased gas limits, will enable Ethereum to handle higher transaction volumes while maintaining security guarantees. Addressing Network Scalability Pressures The Fusaka upgrade addresses mounting pressure for Ethereum base layer improvements amid criticism of Layer 2 fragmentation strategies. Critics argue that reliance on rollups has created isolated chains with limited interoperability, complicating user experiences. The upgrade’s focus on infrastructure improvements aims to enhance base layer capacity while supporting continued Layer 2 growth. The recent validator queue controversy particularly highlights ongoing network scalability challenges. According to a Cryptonews report covered yesterday, currently, over 2M ETH sits in exit queues facing 43-day delays, while entry queues process in just 7 days.Ethereum Validator Queue (Source: ValidatorQueue) However, Vitalik Buterin defended these delays as essential for network security, comparing validator commitments to military service requiring “friction in quitting.” The upgrade coincides with growing institutional interest in Ethereum infrastructure, with VanEck predicting that Layer 2 networks could reach $1 trillion market capitalization within six years. Fusaka’s emphasis on data availability and node efficiency supports Ethereum’s evolution toward seamless cross-chain interoperability. The upgrade complements initiatives like the Open Intents Framework, where Coinbase Payments recently joined as a core contributor. The initiative, if successful, will address the $21B surge in cross-chain crime. These coordinated efforts aim to unify the fragmented multichain experience while maintaining Ethereum’s security and decentralization principles
Share
CryptoNews2025/09/19 16:37
VectorUSA Achieves Fortinet’s Engage Preferred Services Partner Designation

VectorUSA Achieves Fortinet’s Engage Preferred Services Partner Designation

TORRANCE, Calif., Feb. 3, 2026 /PRNewswire/ — VectorUSA, a trusted technology solutions provider, specializes in delivering integrated IT, security, and infrastructure
Share
AI Journal2026/02/05 00:02