Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 281 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 281 Bytes

meetup-akka-java

Sample App with Akka actors and persistence module.

  1. Generate Stock Exchange Order

  2. Send it to OrderProcessor actor

  3. Generate order id by another Actor and reply

  4. Persist prepared order in database

  5. Generate random fail to trigger redelivery