-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Fix breaking changes with source of truth #559
Comments
Starting looking at it. This work should be completed by end of week. The goals are to push ant converter and local data type logic down to multable store apis leaving non mutable stores as binary compatibile with old |
This is what I was thinking...cc @matt-ramotar
Need a way to convert output back to network or have a common type for writing With a common type called Local and a converter construct
Effectively store will have a dummy converter that has same type for network and local for example Mutable store has a converter that needs to know how to go from network to local or from output to local Store never needs to know how to convert local to output, if user has same local read and write they would set local and output type to be same Builders will hide all the generic mess :-) Froma functionality perspective users will be able to:
Thoughts @matt-ramotar ? |
SGTM 👍🏽 |
Hey @digitalbuddha, any ETA for this release? |
There is a snapshot available now, we are targeting next week for a beta01 release. Thank you for patience, I'm old and commit to too many things 😅 |
Hi! |
Store 4 had a source of truth that can write one type and read another. During some work adding mutable store, we broke that contract. I'll be adding the functionality back, it was an unintentional oversight
The text was updated successfully, but these errors were encountered: