You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2019. It is now read-only.
This is already possible. The only thing we have to change to enable this is to have the client library instrument reads/writes to track causal dependencies. Everything else already works.
I think letting users embed these calls into functions is fine. Maybe we should just do this: by default the result of a func is only passed to downstream funcs, but if users want it to also write to kvs, then they need to explicitly write fluent.put(key, val) inside the func.
Yes, that's how it works right now. That's what I meant when I said the only thing that we needed to change was adding support for causal dependencies.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: