Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Redo capture writes to have a limit and a ordering. Also write captures seems to only capture 1 column. #24

@alee-r7

Description

@alee-r7

Capture writes was built to capture all write requests for a given org. It has proven valuable for debugging and replaying data though we need to redo a little of it to make it easier to work with.

  1. Cap the number of captures. Reason being this could be easily abused and explode if users aren't properly managing their capture.
  2. Currently the first thing it captures in the list is by transaction id which doesn't have much value for replaying. You'd want to list by date first. Doing this you'd know the order of operations which is important.

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