akka-classic-essentials
akka-classic-essentials copied to clipboard
The official repository for the Rock the JVM Akka Classic Essentials course
The official repository for the Rock the JVM Akka Classic Essentials course
(for the Udemy edition, click here)
(for the repository of the Akka Typed course, click here)
Powered by Rock the JVM!
This repository contains the code we wrote during Rock the JVM's Akka Classic Essentials course. Unless explicitly mentioned, the code in this repository is exactly what was caught on camera.
Also check out the latest Akka Typed course!
How to install
- either clone the repo or download as zip
- open with IntelliJ as an SBT project
No need to do anything else, as the IDE will take care to download and apply the appropriate library dependencies.
How to start
Clone this repository and checkout the start tag:
git checkout start
How to run an intermediate state
The repository was built while recording the lectures. Prior to each lecture, I tagged each commit so you can easily go back to an earlier state of the repo!
The tags are as follows:
start1.1-general-recap1.2-advanced-recap1.3-multithreading-recap1.4-thread-model-limitations2.2-actors-intro2.3-actor-capabilitites2.4-actors-exercises2.6-changing-actor-behavior2.8-changing-behavior-exercise2.9-child-actors2.10-child-actors-exercise2.11-actor-logging2.12-config3.1-testkit-intro3.2-testprobes3.3-timed-assertions3.4-intercepting-logs3.5-synchronous-testing4.1-starting-stopping-actors4.2-actor-lifecycle4.3-supervision4.4-backoff-supervisor5.1-timers-schedulers5.2-routers5.3-dispatchers5.4-mailboxes6.1-stash6.2-ask6.3-fsm6.4-fsm-part-2
When you watch a lecture, you can git checkout the appropriate tag and the repo will go back to the exact code I had when I started the lecture.
For questions or suggestions
If you have changes to suggest to this repo, either
- submit a GitHub issue
- tell me in the course Q/A forum
- submit a pull request!