akka/akka-core

add persistence query methods that start “now”

Aperta

#19.328 aperta il 2 gen 2016

 (7 commenti) (0 reazioni) (0 assegnatari)Scala (3547 fork)batch import
1 - triagedhelp wantedt:persistence-query

Metriche repository

Star
 (13.277 stelle)
Metriche merge PR
 (Merge medio 8g 19h) (10 PR mergiate in 30 g)

Descrizione

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.

Guida contributor