@inproceedings{7cb9ea24a01f4a31aea34031a7773e17,
title = "Real-Time Stream Processing in Java",
abstract = "This paper presents a streaming data framework for the Real-Time Specification for Java, with the goal of levering as much as possible the Java 8 Stream processing framework whilst delivering bounded latency. Our approach is to buffer the incoming streaming data into micro batches which are then converted to collections for processing by the Java 8 infrastructure which is configured with a real-time ForkJoin thread pool. Deferrable servers are used to limit the impact of stream processing activity on hard real-time activities.",
author = "Ian Gray and Wellings, {Andrew John} and Haitao Mei",
year = "2016",
month = may,
day = "31",
language = "English",
isbn = "978-3-319-39082-6",
series = " Lecture Notes in Computer Science",
publisher = "Springer",
pages = "44--57",
booktitle = "21st Ada-Europe International Conference on Reliable Software Technologies, Ada-Europe 2016",
address = "Germany",
}