Skip to content

Simple Akka.net Cluster for testing on Pivotal Cloud Foundry

Notifications You must be signed in to change notification settings

miclip/AkkaCluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AkkaCluster

Simple Akka.net Cluster for testing on Pivotal Cloud Foundry and attempts to handle split brain scearios with the cluster.

git clone https://github.com/miclip/AkkaCluster.git
cd ./AkkaCluster
dotnet publish ./src/Lighthouse.NetCoreApp -f netcoreapp2.0 -r win7-x64
dotnet publish ./src/SimpleListener -f netcoreapp2.0 -r win7-x64

Requires a redis connection to be added to the manifest.

cf push 

About

Simple Akka.net Cluster for testing on Pivotal Cloud Foundry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages