Hi all, when using `akka persistence durable state...
# compose
b
Hi all, when using
akka persistence durable state query
what is the best way to store offset and to always start reading states from the latest
offset
stored
z
Is this a compose question? Not sure what Akka has to do with compose. If it's defining its own reactive state types, then you might need to write something like
collectAsState
for them yourself.
b
my bad, error, wrong channel