-
Notifications
You must be signed in to change notification settings - Fork 23
How shall we surface acknowledged Sinks in Akka Streams? #14
Comments
Originally I emit not Emitting just Also |
Ah, my assumption was that the |
I wanted to provide as minimal abstraction as possible. Then client will decide do he cares about order (and use mapAsync) or dont (and use mapAsyncUnordered) Same for #13 |
Yes, this is a good point. This case is rather easy, the Source case is vastly different due to needing three ports. |
I agree with #14 (comment) in that we'll want to expose |
This is the much simpler cousin of #13. The primary proposal is to model this as a Flow:
This is fundamentally what happens: messages are sent to Kafka, to be turned into confirmations.
The text was updated successfully, but these errors were encountered: