This workshop aims to gain knowledge about the akka actors.
Stack:
Akka Actors
is used for implement auction and bidding logicAkka Http
is used for implement an API endpointsAkka Persistence
is used for to store current entity states and recreate dynamic actor tree when application restarts etcRouter
is used for to distribute messages of the same type over a set of actorsAkka Streams
is used for observing current lot price. It is a WebSocket implementation