Skip to content

Minimal example of Akka.NET cluster with remote deploy and communication through a broadcast pool router

License

Notifications You must be signed in to change notification settings

halotron/AkkaNetClusterRemoteDeploy-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AkkaNetClusterRemoteDeploy-Example

Minimal example of Akka.NET cluster with remote deploy and communication through a broadcast pool router. When the server starts it starts to listen on the 4053 port and creates an actor called mainActor. The mainActor creates the router from configuration. Also the server starts a timer that continouisly sends the string "ping" to mainActor. When the mainActor receives the string it broadcasts "ping" to all workers, through the router. The workers meanwhile gets a worker actor remote deployed to them, as specified in the hocon configuration of the server. The worker actor has a reference to mainActor. When the worker actor receives a message it will reply to mainActor with "pong".

About

Minimal example of Akka.NET cluster with remote deploy and communication through a broadcast pool router

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published