go back
go back
Volume 14, No. 12
Hazelcast Jet: Low-latency Stream Processing at the 99.99th Percentile
Abstract
Jet is an open-source, high-performance, distributed stream proces-sor built at Hazelcast during the last five years. Jet was engineeredwith millisecond latency on the 99.99th percentile as its primarydesign goal. Originally Jet’s purpose was to be an execution engine that performs complex business logic on top of streams generated by Hazelcast’s In-memory Data Grid (IMDG): a set of in-memory, partitioned and replicated data structures. With time, Jet evolvedinto a full-fledged, scale-out stream processor that can handle out-of-order streams and provide exactly-once processing guarantees.Jet’s end-to-end latency lies in the order of milliseconds, and itsthroughput in the order of millions of events per CPU-core. Thispaper presents the main design decisions we made in order to max-imize the performance per CPU-core, alongside lessons learned,and an empirical performance evaluation
PVLDB is part of the VLDB Endowment Inc.
Privacy Policy