/stream-processor-akka

An AKKA processor that handles async transactions

Primary LanguageJava

Stream processor

This is a simple application for processing streamed transactions.

Requirements

  • Java JDK 11

Installation

Download and install Java JDK 11 from the Java official webpage.

Set JAVA_HOME environment variable to point to this installation.

In order to compile and test the project, execute next command:

../mvnw clean install

Run

Run the project using command below:

./mvnw exec:java -Dexec.mainClass=com.lsantamaria.StreamProcessorProgram