Sean Glover
Sean Glover
This will require a new feature in Alpakka Kafka to support producer only transactions (as opposed to consumer, transform, produce workflow transactions).
Alpakka Kafka feature request https://github.com/akka/alpakka-kafka/issues/1075
This may have been addressed in #380 if it was due to lag when downloading multiple docker images in parallel. It hasn't been reported since, so it's probably safe to...
See https://github.com/akka/akka-projection/pull/80#discussion_r419739029 for discussion.
I'm curious, do you run `docker` commands as root or your user? I can do some troubleshooting on a mac later.
No, I mean when you issue regular `docker` commands can you execute them with your user account or do you run as root?
@ignasi35 I didn't have any specific cause in mind. I only noticed that the projection has no way of signalling the source provider to shutdown except by way of the...
https://travis-ci.org/github/akka/akka-grpc-quickstart-scala.g8/jobs/727144400#L257
https://travis-ci.org/github/akka/akka-grpc-quickstart-scala.g8/jobs/727478095#L257
The self-answered SO post here may define what i'm seeing better https://stackoverflow.com/questions/33417180/how-to-define-build-scoped-settings-in-multi-project-sbt-builds > Keys in larger scopes like ThisBuild or Global seem to be able to be defined in any...