Tim Marcus Moore
Tim Marcus Moore
Some suggestions for https://www.lagomframework.com/documentation/current/java/AkkaDiscoveryIntegration.html from @michael-read: - Specify the default conventions that you can use in your Kubernetes resource definitions to allow things to "just work" with the default configuration,...
### Lagom Version 1.2.2, 1.3.0-RC2 ### API Both ### Library Dependencies ```scala "com.oracle.jdbc" % "ojdbc7" % "12.1.0.2", "com.typesafe.slick" %% "slick-extensions" % "3.1.0" ``` ### Expected Behavior Please describe the expected...
If a [`PartitionKeyStrategy`](https://www.lagomframework.com/documentation/1.3.x/scala/MessageBrokerApi.html#Partitioning-topics) is used with a topic, the value is used as the message key, and is then implicitly used to select the partition according to the default behavior...
A system can get into a bad state where multiple clusters form (due to a split-brain scenario or deployment mistake) or multiple single instances of a non-clustered system are running....
`CassandraLauncher` works by extracting a bundled Cassandra JAR from its resource path to a directory passed by the caller. Currently, it [tests whether the `cassandra-bundle.jar` file already exists in that...
Slick 3.2 requires knowledge about the maximum number of connections available from a data source. When using an external data source, this value needs to be passed in explicitly (see...
For example: ``` $ sbt new file:///Users/tmoore/Projects/lagom/lagom-java.g8 [info] Loading global plugins from /Users/tmoore/.sbt/0.13/plugins [info] Set current project to java (in build file:/Users/tmoore/Projects/tmp/java/) name [Hello]: Hello, world! organization [com.example]: version [1.0-SNAPSHOT]:...
> Very simple reasoning. > Current code works only with docker >=17.09. > Run version works with any docker version. > > That's why default version should be Run, because...
The Docker plugin attempts to detect the current running Docker version, and validate that the selected permission strategy is compatible with the detected version. > If None is detected, it...
Right now the documentation for [routing external traffic](https://doc.akka.io/docs/akka-management/current/bootstrap/recipes.html#external-traffic) to Akka in a Kubernetes environment contains this: > For production traffic e.g. HTTP use a regular service or an alternative ingress...