squbs icon indicating copy to clipboard operation
squbs copied to clipboard

Akka Streams & Akka HTTP for Large-Scale Production Deployments

Results 71 squbs issues
Sort by recently updated
recently updated
newest added

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

For those choosing Java, maven is probably preferable to sbt for building with generated projects.

Recently, I was trying to get my mind around `Retry` and `ClientConnectionFlow`. For the former, the type annotations are good; however, I think they should be changed to match akka-streams...

enhancement

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

`ClientFlow` should return cached flow if called with the same name and configuration. This would also let us re-write the test `it should "share the circuit breaker state across multiple...

https://doc.akka.io/docs/akka-http/current/server-side/graceful-termination.html