Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 451 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 451 Bytes

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