akka/akka-core

add persistence query methods that start “now”

Ouverte

#19 328 ouverte le 2 janv. 2016

 (7 commentaires) (0 réaction) (0 personne assignée)Scala (3 547 forks)batch import
1 - triagedhelp wantedt:persistence-query

Métriques du dépôt

Stars
 (13 277 étoiles)
Métriques de merge PR
 (Merge moyen 8j 19h) (10 PRs mergées en 30 j)

Description

For cases where the client is interested in live data we’d need to either provide a way to obtain the current offset and start from there, or we allow the specification of “now” as a starting offset for the query directly—the latter could be done by using Long.MaxValue as a special value.

Guide contributeur