Elders / Cronus

Cronus is a lightweight framework for building event driven systems with DDD/CQRS in mind
Apache License 2.0
174 stars 26 forks source link

Cronus job implementation with Consul #149

Closed mynkow closed 4 years ago

mynkow commented 5 years ago

In Cronus we have now a job which could be executed in a cluster. The implementation provided in this issue is with Consul's raft consensus algorithm and particularly the high level http abstraction provided by HashiCorp

Create a new project Cronus.Cluster.Consul and add the relevant pieces.

CronusClusterWithConsul.zip

mynkow commented 4 years ago

This is done https://github.com/Elders/Cronus.Cluster.Consul