akka
Here are 1,432 public repositories matching this topic...
-
Updated
Mar 5, 2021 - 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
Mar 5, 2021 - C#
-
Updated
Mar 5, 2021 - Go
The idea is to be able to write the following to override the log configuration in dev-mode.
lagomDevSettings ++= Seq(
"logger.resource" -> "logback-dev.xml"
)-
Updated
Feb 27, 2021 - Scala
-
Updated
Jan 25, 2021 - Scala
-
Updated
Mar 2, 2021 - Scala
-
Updated
Mar 2, 2021 - Scala
-
Updated
Mar 4, 2021 - Scala
-
Updated
Feb 9, 2019 - Scala
-
Updated
Mar 5, 2021 - C#
-
Updated
Feb 28, 2021 - JavaScript
-
Updated
Jan 14, 2018 - Java
-
Updated
Feb 26, 2021 - Scala
-
Updated
Mar 1, 2021 - Scala
-
Updated
Oct 12, 2020 - Java
-
Updated
Feb 27, 2021 - Scala
-
Updated
Jan 7, 2021 - Scala
-
Updated
Feb 24, 2021 - C#
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
-
Updated
Jul 21, 2018 - Scala
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."
In https://doc.akka.io/docs/akka/current/coordination.html#usages-in-other-akka-modules, leases are presented as being useful for singletons and sharding. The list should include SBR.