-
I'm using Akka 2.4.4 and trying to move from Apache HttpAsyncClient (unsuccessfully).
Below is simplified version of code that I use in my project.
The problem is that it hangs if I send more than 1…
-
When investigating the GCS ls issue from the green folks in 0.19 I saw that it was using one of our old style blocking retries. I then assumed that there's no way we'd still be doing that and told eve…
-
```
chef -v 134 ↵
Chef Development Kit Version: 1.2…
-
I put together a new version of the API, based on the discussion in #141 and some conversations in the Gitter room. Thanks to everyone who participated in that discussion!
I've checked in the lates…
-
Hello, I'm trying to use your library in 0.1.4 version, but I have a problem with maven-enforcer-plugin.
When I try to install the project, I got:
> Dependency
> convergence error for com.type…
-
Sometimes, querying `/v2/deployments` times out after submitting several app changes to a locked app. Haven't been able to minimize steps to reproduce yet, adding this issue for tracking purposes.
`…
-
When I introduced the wakup in https://github.com/akka/reactive-kafka/pull/220 I was thinking that ordinary actor supervision would be enough, but based on feedback in the gitter channel the logging o…
-
De [OSLO1 spec](https://www.v-ict-or.be/assets/5384d510ce3fb57c500006ad/OSLO1.1-specificaties.pdf) gebruikt volgende definities:
Sectie 2.2
> Het domein Dienstverlening omvat alle processen met een …
-
```
[error] Failed tests:
[error] akka.routing.RoundRobinSpec
[error] akka.actor.TypedActorSpec
[error] akka.actor.LocalDeathWatchSpec
[error] akka.util.LineNumberSpec
[info] - must n…
-
Consider this sample code
``` csharp
namespace Akka.Idea
{
using System;
using Actor;
internal sealed class Program
{
public static void Main(string[] args)
{
…