akka/akka-core
View on GitHubadd possibility to BroadcastHub to retry last N records for every new consumer
Open
#23,816 opened on Oct 17, 2017
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.