Akara Sucharitakul

Results 19 issues of Akara Sucharitakul

System runs properly, but Akka reports a dead letter for PerpetualStream obtaining an unexpected lifecycle state.

The ActorLookup Java API at this point still returns Scala futures. We need to update these to conform to later standards using CompletableFuture.

The orchestration DSL currently requires users to write the initial expectOnce block, which is boilerplate. We should be able to use a typed actor for the same purpose and eliminate...

enhancement

Default should be `false` so it does not shutdown, thus maintaining the current behavior.

While this is happens in app at https://github.com/akara/echodelaysvc, we need to check there is no issue within the squbs-testkit causing this issue. ``` - should report the delay compensation ***...

bug

An activator template for this sample code would be great!

help wanted

Currently, the `Retry` stage takes `(T, C)` in and `(Try[U], C)` out. In some cases, the input is already derived from the context C and the output is attached to...

When working inside IDEs and shutting down the squbs service, both squbs and the `ActorSystem` install shutdown hooks at the JVM. This causes the `ActorSystem` to terminate before squbs can...