paypal / squbs

Akka Streams & Akka HTTP for Large-Scale Production Deployments
http://paypal.github.io/squbs
Apache License 2.0
1.43k stars 237 forks source link

Improve/Simplify Orchestration DSL #4

Open akara opened 9 years ago

akara commented 9 years ago

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 this boilerplate, thus passing the received initial message and the original requester to the orchestrate function directly.

crankydillo commented 5 years ago

Is the orchestration DSL still needed now that akka-streams is prevalent?