Datastream Module is useful for intra- and inter-server communication and asynchronous data processing. Perfectly compatible with CSP module.
You can add this module to your project by inserting the following dependency to pom.xml:
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-datastream</artifactId>
<version>3.2-SNAPSHOT</version>
</dependency>