Heiko Seeberger

Results 41 issues of Heiko Seeberger

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...

Currently etcd must be started for integration (multi-jvm) testing, e.g. via Docker. docker-it-scala might make testing self-contained. See https://github.com/whisklabs/docker-it-scala.

According to the docs (I wrote): "This stage emits folded values like `scan`, but the first element emitted is not the zero value but the result of applying the given...

In `function.proto` the message `FunctionReply` defines `response` to be one of `Failure` and other messages. `Failure` is defined in `entity.proto` and carries a `command_id` field which "Must match the input...

With sbt 1.3.8 this plugin now works for me. Please consider creating another RC.

First let me apologize for creating an issue for a simple question, but I haven't found another channel. So, let's say I would like to refine `scala.concurrent.duration.FiniteDuration`, e.g. with `Positive`....