Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

Data Consistency Across Microservices

How does one log Akka HTTP client requests

scala akka akka-http

When to use Actors vs Futures?

akka playframework-2.2

Comparison of Java reactive frameworks [closed]

Scala actors & Ambient Reference

scala akka actor

akka HttpResponse read body as String scala

scala akka akka-http

Difference between Java Concurrency, Akka and RxJava?

java concurrency akka rx-java

'Unable to load a Suite class' while running ScalaTest in IntelliJ

scala intellij-idea akka

Map the Exception of a failed Future

scala akka future scala-2.10

How to restrict actor messages to specific types?

scala actor akka

Akka HTTP: Blocking in a future blocks the server

scala akka future akka-http

Spray, Akka-http and Play, Which is the best bet for a new HTTP/REST project

How to convert Akka ByteString into String?

scala akka

In Scala Akka futures, what is the difference between map and flatMap?

scala akka

Discovery of Akka actors in cluster

Why is the error Conflicting cross-version suffixes?

scala sbt akka spray

What kind of "EventBus" to use in Spring? Built-in, Reactor, Akka?

How can I have an Akka actor executed every 5 min?

akka

Akka Logging outside Actor

scala logging akka

How are Java threads heavy compared to Scala / Akka actors?