Ignasi Marimon-Clos
Ignasi Marimon-Clos
> [...] a common cause of container startup failure I've observed is that the docker network wasn't cleaned up correctly after a test is aborted for some reason[...] I've just...
On a call, we considered trying out something: if we put all the test code into a single test class, then there'll be no stop-then-start transitions.
PS: I'm not sure about formatters (scala and/or java)
This is a use case that's specific for projections over akka persistence journals. Should we include it as part of `akka-projections`? (off-topic, brain dump) It'll require changing the akka persistence...
Started some draft work on https://github.com/ignasi35/akka-projection/commit/f8966d29af11ba48a6f5624a0da1ab0fee2eb004
This is easily implemented in the case of `SingleHandler` but I think the other handlers may present some challenges: - `GroupHandler` processes multiple envelopes at once, so it's unclear which...
> Spontaneously, we should propagate context via ProjectionContext or the external context. Not via ThreadLocal. I think there is confusion about what `context` means in this issue. This issue is...
> @ignasi35 / @ygree, is this something we need to have on v1.0.0 or can be added later? I think we agreed that `added later` was acceptable.
There are multiple reasons for a projection to stop: 1. the application is gracefully terminating 2. the projection is programmatically stopped (sharded projection moved to another `ShardRegion`) and may be...
https://travis-ci.org/github/akka/akka-grpc-quickstart-scala.g8/jobs/728626266#L257 That build also failed another jobs with: ``` ~/build/akka/akka-grpc-quickstart-scala.g8/hello-world-grpc ~/build/akka/akka-grpc-quickstart-scala.g8 The JAVA_HOME environment variable is not defined correctly This environment variable is needed to run this program NB: JAVA_HOME...