akka/akka-core

add possibility to BroadcastHub to retry last N records for every new consumer

Open

#23,816 opened on Oct 17, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Scala (3,547 forks)batch import
3 - in progresshelp wantedt:stream

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

BroadcastHub is a class to create a sink for a dynamic set of consumers. In my case speed of data publishing is not so fast and I should retry last N records to every new consumer, so users will see records in any time.

Contributor guide