Skip to content

Author

Nidhi Cheekireddy

1 paper indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Open access Jul 2026

Engineering High-Concurrency Streaming Architectures: Paradigms in Event-Driven Systems and Cloud Elasticity

Consumer streaming platforms face a structural challenge that conventional request-response web service designs cannot resolve: sustaining deterministic session and payment state during traffic surges that can exceed ten times the baseline load within a single minute. This paper presents an architecture engineered for enterprise-scale media streaming platforms to maintain system availability under these conditions. We introduce three coupled innovations: an asynchronous, Kafka-based event-driven pipeline that replaces synchronous execution chains and enforces exactly-once processing semantics; a deterministic geographic partitioning scheme using log-compacted materialized views to eliminate database-tier bottlenecks for over two million concurrent sessions; and an optimistic streaming revenue-protection model that decouples real-time playback access from external payment-gateway latency through a compensating-transaction framework. The architecture incorporates velocity-based predictive autoscaling, which forecasts traffic surges using edge login telemetry 60 to 90 seconds ahead of backend demand, alongside a zero-trust event mesh to secure distributed payloads. Empirical data from an industrial deployment demonstrates a 45% reduction in peak p99 latency (from 850 ms to 467 ms), sustained support for more than two million concurrent viewers, and a 25% reduction in off-peak infrastructure costs. Finally, this paper evaluates these outcomes against current literature in event-driven architecture, distributed state management, and cloud elasticity, arguing that these dimensions must be treated as a unified architectural requirement.

Nidhi Cheekireddy · 0 citations