He-Pin(kerr)
He-Pin(kerr)
motivation : How to built simple but powerful rest API and system integration interface with akka-http - what's akka-http ,and how it is related with spray - the server side...
compare with Erlang/OTP -> Elixir with Akka to show the same pattern.
Motivation : make sure your actors/streams runs greatly with together - The testKit - test actors - test streams
``` where the actor model comes from, how Erlang came to be, an explanation of OTP, BEAM vs JVM, routing, tuning the threading model, clustering, sharding, persistence, replicating, streams ```
Motivation : descripte the most core philosophy and component - philosophy - compare with other concurrent model - actors - eventstream - FSM
Motivation: How to integrate logging with log4j2 and etc - how to use logging - how logging is implemented - trap - integrated with log4j2 - integrated with outside logging...
Motivation How to scaling the Akka way - scale up and down - scale in and out - with routing - with cluster(simplefied)
Motivation : Promise and Future is a common pattern - what's it is - common patterns - java interface - integration with Play/third part library
Motivation How Akka stream could be used with our enterprise stack. - qiniu/aliyun file uploading - kafka streaming - spark streaming - graphStage one
Motivation : Akka /stream embraces functional programming heavily - what it is - jargon - combinators - combinators in Akka-stream