Skip to content

Create a read-write store #1577

@chrisstaite

Description

@chrisstaite

Similarly to the size partitioning store, there's cases where you'd like to change the backend store dependant on the operation direction. For example, a dev AC and prod AC, you can flow prod to Dev but not vice versa. Another example is worker nodes, currently they store their results in the local CAS for no reason, the local filesystem store should only be populated on read operations, not write.

This would be a trivial store which would act like a diode when paired with a noop store.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions