#
akka
Here are 1,442 public repositories matching this topic...
Open-source IoT Platform - Device management, data collection, processing and visualization.
visualization
platform
mqtt
iot
coap
middleware
kafka
akka
spark
dashboard
netty
websockets
grpc
widgets
iot-platform
smart-farm
fleet-tracking
thingsboard
iot-analytics
-
Updated
Apr 14, 2021 - Java
jonatan-ivanov
commented
Apr 11, 2021
The Gatling Plugin does not work with Gradle 7.0, see:
❯ ./gradlew clean gatlingRun
> Task :perf-test:gatlingLogback FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':perf-test:gatlingLogback' (type 'LogbackConfigTask').
- Type 'LogbackConfigTask' property 'logbackConfigs' is missing an input or output annot
Port of Akka actors for .NET
-
Updated
Apr 14, 2021 - C#
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
-
Updated
Apr 13, 2021 - 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
Apr 9, 2021 - Scala
Akka Streams & Akka HTTP for Large-Scale Production Deployments
-
Updated
Jan 25, 2021 - Scala
Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
-
Updated
Apr 12, 2021 - Scala
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
Apr 8, 2021 - 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
Apr 14, 2021 - Scala
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
-
Updated
Apr 14, 2021 - C#
scala、spark使用过程中,各种测试用例以及相关资料整理
-
Updated
Feb 9, 2019 - Scala
nact ⇒ node.js + actors ⇒ your services have never been so µ
-
Updated
Apr 10, 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
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
Lightweight real-time big data streaming engine over Akka
-
Updated
Mar 19, 2021 - Scala
Distributed State Management for Serverless
-
Updated
Mar 14, 2021 - Scala
Example of http (micro)service in Scala & akka-http
-
Updated
Apr 8, 2021 - Scala
Java/Scala Examples from the book - Akka Essentials
-
Updated
Oct 12, 2020 - Java
Web & mobile client-side akka-http sessions, with optional JWT support
-
Updated
Apr 12, 2021 - Scala
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
Mar 24, 2021 - C#
helena
commented
Apr 23, 2019
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
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.