akka
Here are 1,524 public repositories matching this topic...
Not that complicated to implement:
- introduce in SslClientContext the same kind of changes as in SslServerContext so it's no longer
Port of Akka actors for .NET
-
Updated
May 5, 2022 - C#
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
-
Updated
May 4, 2022 - 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
Apr 25, 2022 - Scala
Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
-
Updated
May 2, 2022 - Scala
Akka Streams & Akka HTTP for Large-Scale Production Deployments
-
Updated
Mar 12, 2022 - Scala
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
-
Updated
May 5, 2022 - C#
The Streaming-first HTTP server/module of Akka
-
Updated
Apr 28, 2022 - Scala
Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
-
Updated
May 2, 2022 - Scala
scala、spark使用过程中,各种测试用例以及相关资料整理
-
Updated
Feb 9, 2019 - Scala
nact ⇒ node.js + actors ⇒ your services have never been so µ
-
Updated
Apr 9, 2022 - 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
Distributed State Management for Serverless
-
Updated
Mar 11, 2022 - Scala
Lightweight real-time big data streaming engine over Akka
-
Updated
Mar 1, 2022 - Scala
Example of http (micro)service in Scala & akka-http
-
Updated
Apr 25, 2022 - Scala
Java/Scala Examples from the book - Akka Essentials
-
Updated
Jan 7, 2022 - Java
a cqrs and event sourcing framework for dotnet core using akka.net
-
Updated
Nov 5, 2021 - C#
Web & mobile client-side akka-http sessions, with optional JWT support
-
Updated
Jan 31, 2022 - 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.
-
Updated
Dec 10, 2021 - Java
Sample e-commerce system #Microservices #Akka #Reactive-DDD #CQRS
-
Updated
Jul 21, 2018 - Scala
Eclipse Ditto™: Digital Twin framework of Eclipse IoT. Some may alternatively name it digital shadow instead.
-
Updated
May 5, 2022 - Java
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.