Skip to content

raghuscgithub/jan-18-25-2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Details

const instructor = {
	email: "[email protected]",
	blog: "http://healthycoder.in",
	books: ["Spring 3.0 Black book","Practical Ext JS 4"]
} 

ToDo

Session 01: Akka Overview

• Concurrency in Java • Issues in Threading model • Actor design pattern • Setting up Akka • Hello Akka


Session 02: Actor model

• Actor architecture • Creating actors • Defining behaviour • Sending messages • Child actors • Actor paths • Actor lifecycle • Lifecycle methods • Logging messages from actor • Exercises


Session 03: Routers and Dispatchers

• Router actors • Supervision • Routing strategies • Round robin • Broadcast • RandomPool • Standard dispatchers • Balancing dispatcher • ForkJoin • GC • Exercises


Session 04: Overview of Akka clusters

• Need for Akka cluster • Cluster API • Leaving and Downing • Cluster subscriber events • Load Balancer • Membership management • Exercises

Session 05: Akka HTTP and design patterns

• Core HTTP API • Controllers • Microservices with Akka • Ask pattern • Interaction patterns • Shutdown patterns • Fault Tolerance • Exercises

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%