Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1362

Source.actorRefWithBackpressure vs Source.queue

$
0
0

@VictorBLS wrote:

Hi everyone, i have a question here I want to publish incoming data dynamically into my stream and i found these two ways to do that and as far i can tell these two approaches can resolve my problem but what are the drawback in which one ? I really can’t say

Here some thins that i have notice:

Source.queue

  • Have buffer configuration and OverflowStrategy

Soure.actorRefWithBackpressure

  • Have a nice approach to handle acks and error on stream
  • Only ends stream after receive a message to end

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 1362

Trending Articles