Tim Marcus Moore
Tim Marcus Moore
For the specific gRPC/Akka Discovery problem, I agree, but the reason I raised this issue separately is because some kind of testing of the user experience of the samples would...
It's probably worth copying comments from the original `reference.conf` for any properties in the example configuration: https://github.com/akka/akka-management/blob/7b2892fa7a616c815541d49647555d93a52b4a69/cluster-bootstrap/src/main/resources/reference.conf#L86-L89 ``` # The smallest number of contact points that need to be discovered...
Do these settings actually interact? The liveness check will pass even if the cluster hasn't formed, and the readiness check won't result in a shutdown. What did you have in...
Got it. But maybe the best place to document it is in the Lagom documentation rather than the example application?
OK done. I also added daily cron builds for the 1.5.x and 1.6.x branches.
There is a gradle test, but it is configured as an allowed failure: https://travis-ci.org/playframework/play-scala-seed.g8/builds/475599011 Looks like it was introduced here: https://github.com/playframework/play-scala-seed.g8/commit/b28045aece55f3993a0f9e2b78aece7ca61804c9#diff-354f30a63fb0907d4ad57269548329e3R24 > ``` > # Current release of Gradle still...
Actually, this problem affects any use of `sbt new`, not just for Gradle users. The problem is detected in the normal build, too, but does not cause the build to...
Related discussion: https://github.com/akka/akka-http-quickstart-scala.g8/issues/15
I don't think I realised there already is an FAQ! Let's merge them... I think there's some overlap. We should also make sure that each question has an anchor so...
@pmackay do you have the `BUNDLE_GEMFILE` environment variable set?