Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Use datastore to persist matching results #6

Open
dsirotkin256 opened this issue Apr 10, 2020 · 1 comment
Open

Use datastore to persist matching results #6

dsirotkin256 opened this issue Apr 10, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@dsirotkin256
Copy link
Owner

dsirotkin256 commented Apr 10, 2020

The following functionallity is needed for the service to be functional:

  • Persist in the datastore the processing status for every incoming order as a special flag to destinguish orders that have been already handled by the matching engine which later will be used for recovery procedure
  • Pull open orders with processing status from the datastore which will be used only once for recovery
  • Atomically insert matching transaction between source order and distanation order (later can be done as bulk insert for multiple matched distanation orders)
@dsirotkin256 dsirotkin256 added the enhancement New feature or request label Apr 10, 2020
@dsirotkin256
Copy link
Owner Author

#5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant