AUTHOR=Dorier Matthieu , Gueroudji Amal , Hayot-Sasson Valérie , Nguyen Hai Duc , Ockerman Seth , Souza Renan , Bicer Tekin , Pan Haochen , Carns Philip , Chard Kyle , Chard Ryan , Gonthier Maxime , Huerta Eliu , Lenard Ben , Nicolae Bogdan , Patel Parth , Wozniak Justin , Foster Ian , Rao Nageswara S. , Ross Robert B. TITLE=Toward a persistent event-streaming system for high-performance computing applications JOURNAL=Frontiers in High Performance Computing VOLUME=Volume 3 - 2025 YEAR=2025 URL=https://www.frontiersin.org/journals/high-performance-computing/articles/10.3389/fhpcp.2025.1638203 DOI=10.3389/fhpcp.2025.1638203 ISSN=2813-7337 ABSTRACT=High-performance computing (HPC) applications have traditionally relied on parallel file systems and file transfer services to manage data movement and storage. Alternative approaches have been proposed that use direct communications between application components, trading persistence and fault tolerance for speed. Event-driven architectures, as popularized in enterprise contexts, present a compelling middle ground, avoiding the performance cost and API constraints of parallel file systems while retaining persistence and offering impedance matching between application components. However, adapting streaming frameworks to HPC workloads requires addressing challenges unique to HPC systems. This paper investigates the potential for a streaming framework designed for HPC infrastructures and use cases. We introduce Mofka, a persistent event-streaming framework designed specifically for HPC environments. Mofka combines the capabilities of a traditional streaming service with optimizations tailored to the HPC context, such as support for massively multicore nodes, efficient scaling for large producer-consumer workflows, RDMA-enabled high-performance network communications, specialized network fabrics with multiple links per node, and efficient handling of large scientific data payloads. Built using the Mochi suite of HPC data service components, Mofka provides a lightweight, modular, and high-performance solution for persistent streaming in HPC systems. We present the architecture of Mofka and evaluate its performance against Kafka and Redpanda using benchmarks on diverse platforms, including Argonne's Polaris and Oak Ridge's Frontier supercomputers, showing up to 8× improvement in throughput in some scenarios. We then demonstrate its utility in several real-world applications: a tomographic reconstruction pipeline, a workflow for the discovery of metal-organic frameworks for carbon capture, and the instrumentation of Dask workflows for provenance tracking and performance analysis.