akka
Here are 1,396 public repositories matching this topic...
-
Updated
Oct 18, 2020 - Java
It would be nice to pass multiple actions to a checkIf method , the same way as a check allows through the comma.
So, for example, instead of writing this:
.check(
checkIf("${first.exists()}")(do_first),
checkIf("$first.exists()}")(do_second),
checkIf("${first.exists()}")do_third)
it would be nice to have API as follows:
check(checkIf("${first.exists()}")(do
-
Updated
Oct 17, 2020 - C#
-
Updated
Sep 27, 2020 - Go
Lagom 1.6.4
The akka-persistence-testkit library contains very useful testkit classes, like EventSourcedBehaviorTestKit. Unfortunately the dependency is not listed in the lagom-maven-dependencies BOM. Thus project has to manage this dependency additionally to the lagom one. Including this dependency into the lagom-maven-dependencies will make its usage more comfortable and will prevent a po
-
Updated
Oct 17, 2020 - Java
-
Updated
Oct 16, 2020 - Scala
-
Updated
Jun 24, 2020 - Scala
-
Updated
Oct 16, 2020 - Scala
-
Updated
Oct 13, 2020 - Scala
-
Updated
Oct 16, 2020 - Scala
-
Updated
Feb 9, 2019 - Scala
-
Updated
Oct 17, 2020 - C#
-
Updated
Jan 14, 2018 - Java
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Oct 17, 2020 - Scala
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 17, 2020 - Scala
-
Updated
Mar 11, 2020 - Scala
-
Updated
Oct 8, 2020 - C#
-
Updated
Jul 21, 2018 - Scala
During akka-grpc-maven-plugin:0.6.0:generate, and likely other similar non akka-grpc tasks, if /tmp/ for this process is not accessible, or has the noexec mount option set:
Execution default of goal com.lightbend.akka.grpc:akka-grpc-maven-plugin:0.6.0:generate failed: protoc exit code 1: /tmp/protocbridge7686600923568091505: program not found or is not executable
Perhaps add a fal
Improve this page
Add a description, image, and links to the akka topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the akka topic, visit your repo's landing page and select "manage topics."
The Akka modules page in the docs (https://doc.akka.io/docs/akka/current/typed/guide/modules.html) doesn't include Akka Projections:
https://github.com/akka/akka/blob/294c534d1533e1bcf1c425af6137d51bdbc25e6f/akka-docs/src/main/paradox/typed/guide/modules.md#L7-L15