-
Play framework 2.4 on wards is built on top of Akka framework. The current version used is 2.3.8, Migrating to 2.5.3 will allow the use of new features in play framework such as the new streaming API …
-
> This means if you call rateLimitedFunc 150 times and only 100 can be called in time frame, the next 50 calls will be postponed and executed later to respect given rate limits.
Might make sense to…
-
When I have Phobos 1.1.3 and Petabridge.CMD 0.8.5 I get the following errors when I want to fetch the actor hierarchy via pbm. Also no hierarchy is shown except /user.
Output of the pbm console:
>…
-
### Versions used
Akka version:
2.6.x
### Problem description
I am using akk and akka-stream-alpakka-elasticsearch to insert data into ElasticSearch (V6.3.x). If ElasticSearch serv…
-
### How are you running Renovate?
Self-hosted
### If you're self-hosting Renovate, tell us what version of Renovate you run.
31.23.1
### Please select which platform you are using if self-…
-
An update to the `HarkiSekhon/hbase:1.4` image broke our Alpakka hbase connector integration test some time after March 8th ([last successful hbase integration test build](https://travis-ci.com/github…
seglo updated
3 years ago
-
For sources that read from a queue and acknowledge consumption later downstream.
Something like `Committable` in akka-stream-kafka.
https://github.com/akka/reactive-kafka/blob/master/core/src/main…
-
Using akka-http with a combination of akka-grpc and akka-grpc, I wrote a streaming response service; that is, the client makes a request and the server sends back a stream. The problem I am currently …
-
It seems like making a TLSv1.3 HTTP request ends in a state where the TLS connection is established, but no HTTP request is actually sent. Eventually, the server times out and drops the connection.
…
-
I'd be awesome to have a Akka HTTP based client instead of Ning. http://doc.akka.io/docs/akka-stream-and-http-experimental/1.0/scala/http/client-side/index.html