Skip to content

Update Storage to be Collaboration Context Aware

Mina Otgonbold requested to merge x-collaboration into master

Merge request template

This MR updates all APIs in storage to be collaboration context-aware. This functionality is behind a collaboration feature flag which is set to false by default. The functionality of the existing storage service will not be changed with this feature flag set to false.

When it is set to true the old functionality is still not changed however you can work with Records in new contexts using the x-collaboration header when it is optionally provided.

This core-common MR has to be merged prior to this PR.

This aligns with the ADR below. This MR does not include the new Record changed topic. The current record changed topic is not triggered by any changes when a collaboration context is provided.

References

Edited by ashley kelham

Merge request reports