Anil Gursel

Results 30 issues of Anil Gursel

`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

Please see Akara's comment in this PR https://github.com/paypal/squbs/pull/303: > Just roughly: Request ~> Pipeline ~> AppFlow ~> Pipeline ~> Response If AppFlow causes the stream to totally collapse due to...

With Akka 2.5 upgrade, `AbstractActor` was improved and became more Java friendly. It now requires implementers to override a `createReceive` method. `AbstractActor` extends `Actor` and overrides `receive` from `Actor`, and...

Please see https://gitter.im/paypal/squbs?at=5a5be3ea1dcb91f1774e19b1 for some discussion around this.