akka/akka-core

add persistence query methods that start “now”

Offen

#19.328 geöffnet am 02.01.2016

 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Scala (3.547 Forks)batch import
1 - triagedhelp wantedt:persistence-query

Repository-Metriken

Stars
 (13.277 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 8T 19h) (10 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide