constructr icon indicating copy to clipboard operation
constructr copied to clipboard

Coordinated (etcd, ...) cluster construction for dynamic (cloud, containers) environments

Results 14 constructr issues
Sort by recently updated
recently updated
newest added

Hi everybody, Given the bootstrapping capabilities of Akka Management, I don't think ConstructR adds any value any longer. At least not to me. Therefore I will at least retire as...

Have you seen Akka Cluster Bootstrap (part of Akka Management): https://github.com/akka/akka-management? This allows for bootstrapping clusters without central coordination. Pretty cool IMHO. I have tried it with docker-compose: https://github.com/hseeberger/trial-cluster-bootstrap. Works...

Ay! Thank to have released version 1.8.1 so fast ! However I saw that there is only a release for scala 2.12 : https://dl.bintray.com/hseeberger/maven/de/heikoseeberger/constructr_2.12 VS https://dl.bintray.com/hseeberger/maven/de/heikoseeberger/constructr_2.11 It's a issue or...

Today, the path in etcd doesn't be modifiable. It is hardcoded in the source code ("constructR") I think it could be useful to allow one customisation of this path. This...

As discussed in #171 I have removed the actor-system stopping behavior, modernized the `ConstructrExtension` by switching to the new style of extension implementation and added the ability to hook up...

The Constructr supervisor actor has a logic according to which: 1. Leaving the cluster also leads to actor-system termination 2. Failure of the underlying FSM must eventually lead to actor-system...

Both lock and seed-node entries get a TTL after which they expire at the backend. Given this, there is no attempt at the codebase to delete them when it is...

Hi, because of Tecsisa/constructr-consul#49, I think it is necessary to add a `close()` method to `Coordination`, in order to perform resource release on system shutdown in a clean, elegant way....