Skip to content
This repository has been archived by the owner on Apr 15, 2018. It is now read-only.

More control over what happens when coordination fails #95

Closed
raboof opened this issue Apr 5, 2016 · 1 comment
Closed

More control over what happens when coordination fails #95

raboof opened this issue Apr 5, 2016 · 1 comment

Comments

@raboof
Copy link
Contributor

raboof commented Apr 5, 2016

The README still mentions: If something goes wrong, e.g. a timeout (after configurable retries are exhausted) when interacting with the coordination service, ConstructR by default terminates its ActorSystem. At least for constructr-akka this can be changed by providing a custom SupervisorStrategy to the manually started Constructr actor, but be sure you know what you are doing.

The latter is no longer the case, right? de.heikoseeberger.constructr.akka.Constructr is final, fixes its SupervisionStrategy to SupervisorStrategy.stoppingStrategy and terminates its ActorSystem when coordination terminates.

I'd like to have some more control over what to do when coordination fails.

@hseeberger
Copy link
Owner

Currently I don't want to offer more control, because that would make things more complicated. The README has been updated in 46fb9a1.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants