Ignasi Marimon-Clos

Results 261 comments of Ignasi Marimon-Clos

raised https://github.com/lagom/lagom/issues/2337

> We might be able to mitigate this by [limiting to one concurrent job](https://docs.travis-ci.com/user/customizing-the-build/#limiting-concurrent-jobs), at the expense of slowing down the happy path. WDYT? Sounds good to me. I haven't...

In order to have dedicated nodes on an Akka Cluster it is necessary to create different `Deployment`'s. Each `Deployment` will use its `ReplicaSet` but all the `Deployment`'s must use the...

> What we have there for K8s 1.19 is: The 5-month between the upstream release of 1.19 and the availability in `Rapid` is probably an exception. GKE aims to provide...

For completion, even it's a non-supported marketplace, here's the Azure [version support policy](https://docs.microsoft.com/en-us/azure/aks/supported-kubernetes-versions). We may have customers using the "Vanilla k8s support" on their own AKS.

~I think this is a consequence of https://github.com/akka/akka-platform-guide/issues/578#issuecomment-779449279~ . How does the application (and especially Spring, Spring Data and Hikari) shutdown when the trigger is a Cluster Downing reason? IIUC,...

I just realized the implementation is wrong. It is possible for a user to invoke `ScalikeJdbcSetup.fromConfig` and get the `ScalikeJdbc` backend initialized without having a termination callback registered. We should...

I'm not sure we need to make any improvements. A user actor that relies on JDBC probably should be closed gracefully in a particular phase of coordinated shutdown and, if...

We're not in control of creating the JDBC connection. It's user code. So I think it's up to the user to manage the orderly shutdown.

> Is this really necessary for MVP? Not sure, TBH. It's one of the early How To I never got to write. The tutorial already covers a bit of evolving...