squbs
squbs copied to clipboard
Akka Streams & Akka HTTP for Large-Scale Production Deployments
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...
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...
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