Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 627 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 627 Bytes

SDF Akka Workshop

This is the starting point of the SDF Akka workshop.

To run the application:

  1. Run activator on the root of the project:

.../sdf-akka-workshop $ activator

  1. From within the activator console, run the app:
> run
Hit <enter> to stop the simulation
  1. On a separate terminal, tail the file sample.log

You should see plenty of log entries like the following:

Received the following message: Request(3054005172663496902,1431094557745,/store,google,chrome)

You'll probably want to start by replacing DummyRequestConsumer by a slightly more useful actor.

Have fun!