Ignasi Marimon-Clos
Ignasi Marimon-Clos
Again https://travis-ci.com/github/lagom/lagom/jobs/479674661
This sounds like a failure in the download producing a corrupted `.jar` file. Clean the caches?
This is a great idea. Using a `PartitionKeyStrategy` based on the entityId is usually enough. This separation would allow ordering cross entity if the user finds a criteria to group...
> In fact, the name PartitionKeyStrategy confused me since I thought it was related to the Kafka partition, but it's really just the function to extract the key from the...
> 1. Adding a new topic property (should it be independent from PartitionKeyStrategy ?) > 2. Using this property in the topic publishing flow to specify the partition number @datalchemist,...
There's a couple of `CRON` jobs with that failure. If there's no new Akka snapshot and an invalid POM was downloaded, the build is stuck. I deleted the cache for...
Travis seems to be having a terrible networking day: https://travis-ci.com/github/lagom/lagom/jobs/473356286#L894 It's the same symptoms: failed to download an akka artifact from the `start-all` maven integration test, but this time it's...
And again: https://travis-ci.com/github/lagom/lagom/jobs/480986102#L913
surprisingly, it's only the `start-all-2.12` maven test. 🤔 it's probably the first maven test to run and once that fails the whole travis build is failed so this could be...
But it's a flaky issue, in any case.