Tim Marcus Moore
Tim Marcus Moore
Right now, the Shopping Cart Kubernetes `Service` definitions use the `LoadBalancer` service type, but since we use an OpenShift `Route` to expose the service outside the cluster, the `LoadBalancer` service...
I noticed that the deployment scripts for shopping cart were moved up a level, outside of the Java/Scala specific projects. Should we do the same for the "schemas" directory? https://github.com/lagom/lagom-samples/blob/1.5.x/shopping-cart/shopping-cart-java/schemas/shopping-cart.sql...
Currently, the gRPC example projects don't run in dev mode due to https://github.com/lagom/lagom/issues/1857. It would be nice if we could catch this in CI. I'm opening this issue to start...
This is the current configuration for the Cluster Bootstrap Discovery Method: https://github.com/lagom/lagom-recipes/blob/2203a64a52af2405c69b3351688ef30fcd610d5f/kubernetes-deployment/hello-kubernetes-java-mvn/hello-impl/src/main/resources/prod-application.conf#L10-L16 https://github.com/lagom/lagom-recipes/blob/2203a64a52af2405c69b3351688ef30fcd610d5f/kubernetes-deployment/hello-kubernetes-java-mvn/stream-impl/src/main/resources/prod-application.conf#L10-L16 This globally sets the default discovery method to `kubernetes-api`, which is only appropriate to use for Cluster...
Add an example of using Play's [JPA API](https://www.playframework.com/documentation/2.6.x/JavaJPA) to do CRUD-oriented persistence in a Lagom service.
The latest ["Bootstrap recipes"](https://developer.lightbend.com/docs/akka-management/snapshot/bootstrap/recipes.html) page has advice for configuring Kubernetes deployments for Akka Cluster. We've seen a few people run into issues due to aggressive [resource limits](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/) in their configuration....
Something is causing spurious ±0.62% changes in code coverage metrics: https://app.codecov.io/gh/mojo-executor/mojo-executor/commits https://app.codecov.io/gh/mojo-executor/mojo-executor/pulls This needs investigation and a fix.
I got a failed build when performing the 2.3.3 release: https://github.com/mojo-executor/mojo-executor/runs/5136062270?check_suite_focus=true I think this is only a minor annoyance, nothing to be concerned about, but it would be better if...
`jabba ls-remote` currently lists these as available versions for AdoptOpenJDK 11 and 12: ```text [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] ``` This versioning scheme makes it seem like `[email protected]` and...