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
Other designs are possible (including storage providing "staging" area for blobs, where blobs are uploaded as part of # 3, but before actual file creation, and storage "moves" blobs into file in some fashion).
We might need to think about them, but for simplest workflows (relatively small payloads), it's much better to use existing infrastructure and not add new concepts.
This might require some changes in existing implementation.
Note that the bare minimum here is
we consistently fail when uploadBlob fails in detached state. I.e. feature is not implemented, and it's obvious to developers that it's limited to detached case.
Uploads during Attaching state of container are waiting for container attach event before call is made to driver. I.e. we have container identify before calls are made
The text was updated successfully, but these errors were encountered:
Note: This is not required any upcoming timeline, but it's a good to have for performance tracking. The expectation is that this will create a bunch of questions, rather than answer them. @tylerbutler
This issue has been automatically marked as stale because it has had no activity for 180 days. It will be closed if no further activity occurs within 8 days of this comment. Thank you for your contributions to Fluid Framework!
https://github.com/microsoft/FluidFramework/pull/3573/files implements blob support.
Initial implementation does not include implementation for the following:
Other designs are possible (including storage providing "staging" area for blobs, where blobs are uploaded as part of # 3, but before actual file creation, and storage "moves" blobs into file in some fashion).
We might need to think about them, but for simplest workflows (relatively small payloads), it's much better to use existing infrastructure and not add new concepts.
This might require some changes in existing implementation.
Note that the bare minimum here is
The text was updated successfully, but these errors were encountered: