Replies: 1 comment 1 reply
-
likewise to #167 i think the "write responsabilities" on this two data sets will be outside the connector, as the
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@paullatzelsperger When an asset is added to the AssetIndex, shouldn't it only be visible once the InMemoryDataAddressResolver has an entry? In other words, how is the following avoided:
Similarly, how are Assets and DataAddresses flushed/removed from the system?
You could enforce an ordering where DataAddresses are added first (flip 1&3 above), but then what does the ordering? Or implement both interfaces in a common service.
Beta Was this translation helpful? Give feedback.
All reactions