@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