FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

HybridContainer

Open zhangxin511 opened this issue 3 months ago • 1 comments

Description

This is hybrid container implementation for OSS side. I am planning to make hybrid container as private feature for FRS only as of now and make it available later when we can prove things are working fine

Breaking Changes

None, quite bunch of refactor and enrichment so FRS could provide some customization

Reviewer Guidance

  • gitrest change: Added changes to beable to get consistent sha for both EC and DC commit
  • historian change: Added IPostEphemeralContainerChecker to be able to get behaviors after EC param check for Hybrid container.
  • nexus changes: unrelated to hybrid container but move StageTrace from nexus to a shared library so create doc could consume, which will be benefit for our future ICM invisitagation
  • scribe change: Abstructed scribe lambda creation so that FRS could overwride lambda behavior, and create a summary nack if persistence sync have not done yet.
  • git manager config decorator, so that we can provide customized header, query string when create a gitmanager, which will be consumed by FRS for customized behaivor
  • alfred create doc flow: provide override for hybrid container creation, use async context to push additional parameter on stack for FRS to do hybrid container related logic but keep it general in oss.
  • document manager change, fixed some inconsistent code in document manager after talks to @Toritos01

zhangxin511 avatar Oct 08 '25 14:10 zhangxin511

This PR has been automatically marked as stale because it has had no activity for 60 days. It will be closed if no further activity occurs within 8 days of this comment. Thank you for your contributions to Fluid Framework!