akka
Here are 1,410 public repositories matching this topic...
-
Updated
Nov 28, 2020 - Java
Default configuration uses package: https://github.com/gatling/gatling/blob/master/gatling-recorder/src/main/resources/recorder-defaults.conf#L6
Configuration property is actually pkg: https://github.com/gatling/gatling/blob/master/gatling-recorder/src/main/scala/io/gatling/recorder/config/RecorderConfiguration.scala#L130
Definition of done
packageNameeverywhere (packagei
-
Updated
Nov 28, 2020 - C#
-
Updated
Nov 29, 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
Nov 29, 2020 - Java
-
Updated
Nov 23, 2020 - Scala
-
Updated
Jun 24, 2020 - Scala
-
Updated
Nov 28, 2020 - Scala
-
Updated
Nov 27, 2020 - Scala
-
Updated
Nov 27, 2020 - Scala
-
Updated
Feb 9, 2019 - Scala
-
Updated
Nov 29, 2020 - C#
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Jan 14, 2018 - Java
-
Updated
Nov 19, 2020 - Scala
-
Updated
Oct 12, 2020 - Java
-
Updated
Nov 27, 2020 - Scala
-
Updated
Nov 29, 2020 - Scala
-
Updated
Nov 17, 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."
ActorAdapter will ignore
nullmessage with "Adapter function returned null which is not valid as an .."However, this seems not be documented. For instance, scaladoc/javadoc of
pipeToSelfcould mention it as well as any other place where adapters are used.