#
akka
Here are 1,529 public repositories matching this topic...
slandelle
commented
Feb 11, 2016
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
c-sharp
reactive
akka
dotnet
cluster
actor-model
concurrency
actor
hacktoberfest
distributed-programming
-
Updated
Jun 4, 2022 - C#
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
go
golang
distributed-systems
actors
akka
protobuf
cross-platform
clustering
actor-model
distributed-computing
grpc
-
Updated
Jun 2, 2022 - Go
octonato
commented
Apr 21, 2020
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
May 13, 2022 - Scala
Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
-
Updated
May 28, 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
Jun 4, 2022 - C#
The Streaming-first HTTP server/module of Akka
chat-room
http
streaming
reactive
akka
akka-http
gitter
websocket
http2
issue-tracker
http-client
http-server
offer
hacktoberfest
gitter-user
stackoverflow-badge
scaladex-badge
akka-team
-
Updated
Jun 3, 2022 - Scala
Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
reactive
akka
integration
messaging
reactive-streams
hacktoberfest
akka-stream
akka-streams-connectors
-
Updated
May 28, 2022 - Scala
scala、spark使用过程中,各种测试用例以及相关资料整理
-
Updated
Feb 9, 2019 - Scala
Declarative, type-safe web endpoints library
http
documentation
scala
akka
akka-http
functional-programming
declarative
http4s
http-client
openapi
play-framework
http-requests
http-server
type-safe
observability
sttp
zio
-
Updated
Jun 4, 2022 - 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
api
ssh
http
akka
rest
tcp
async
api-management
udp
parallel
ping
http-client
api-consumer
tcp-client
parallel-ssh
polling
parallel-requests
-
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
May 20, 2022 - Scala
Java/Scala Examples from the book - Akka Essentials
-
Updated
May 20, 2022 - Java
a cqrs and event sourcing framework for dotnet core using akka.net
microsoft
microservices
actors
akka
cqrs
csharp
clustering
ddd
domain-driven-design
event-sourcing
primitives
dotnet-core
event-driven
opinions
concept
netstandard
akkadotnet
actorsystem
cqrs-pattern
hocon-configuration
-
Updated
Nov 5, 2021 - C#
Web & mobile client-side akka-http sessions, with optional JWT support
-
Updated
Jan 31, 2022 - Scala
raboof
commented
May 18, 2021
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.
enhancement
New feature or request
good first issue
Good for newcomers
development
improvements that do not impact library users
-
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.
java
iot
akka
mongodb
internet-of-things
eclipseiot
hacktoberfest
ditto
digital-twin
eclipse-ditto
digital-twins
digital-shadow
-
Updated
Jun 4, 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.