akka/akka-core
add possibility to BroadcastHub to retry last N records for every new consumer
开放
#23,816 创建于 2017年10月17日
3 - in progresshelp wantedt:stream
仓库指标
- 星标
- (13,277 个星标)
- PR 合并指标
- (平均合并 8天 19小时) (30 天内合并 10 个 PR)
描述
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.