akka
Here are 1,460 public repositories matching this topic...
Open-source IoT Platform - Device management, data collection, processing and visualization.
-
Updated
Jul 27, 2021 - Java
Built on top of transformOption, see https://groups.google.com/g/gatling/c/EmBcnnApZd0/m/J80BHr3iBQAJ
Port of Akka actors for .NET
-
Updated
Jul 27, 2021 - C#
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
-
Updated
Jul 21, 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"
)Simple, safe and intuitive Scala I/O
-
Updated
Jul 13, 2021 - Scala
Akka Streams & Akka HTTP for Large-Scale Production Deployments
-
Updated
May 28, 2021 - Scala
Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
-
Updated
Jul 26, 2021 - Scala
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
-
Updated
Jul 26, 2021 - C#
The Streaming-first HTTP server/module of Akka
-
Updated
Jul 27, 2021 - Scala
Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
-
Updated
Jul 26, 2021 - Scala
scala、spark使用过程中,各种测试用例以及相关资料整理
-
Updated
Feb 9, 2019 - Scala
nact ⇒ node.js + actors ⇒ your services have never been so µ
-
Updated
Apr 25, 2021 - TypeScript
Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 100,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io
-
Updated
Jan 14, 2018 - Java
Lightweight real-time big data streaming engine over Akka
-
Updated
Jul 20, 2021 - Scala
Distributed State Management for Serverless
-
Updated
Mar 14, 2021 - Scala
Example of http (micro)service in Scala & akka-http
-
Updated
Jul 27, 2021 - Scala
Java/Scala Examples from the book - Akka Essentials
-
Updated
Jun 7, 2021 - Java
a cqrs and event sourcing framework for dotnet core using akka.net
-
Updated
Jun 17, 2021 - C#
Web & mobile client-side akka-http sessions, with optional JWT support
-
Updated
Apr 12, 2021 - Scala
We make sure in the CI configuration to build with jdk8, but it would be safer to specify this in the build (javacOptions/scalacOptions) explicitly.
Sample e-commerce system #Microservices #Akka #Reactive-DDD #CQRS
-
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."


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.