Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Store incoming, unprocessed cargo in object store #749

Closed
wants to merge 9 commits into from

Conversation

gnarea
Copy link
Member

@gnarea gnarea commented Feb 28, 2022

Fixes #746

TODO

  • Groundwork (factor out code to be shared with ParcelStore).
  • Implement CargoStore.saveIncoming(). This will be mostly a port of the relevant code in deliverCargo.ts, but saving the specified cargo to the object store.
  • Implement CargoStore.streamIncoming(). This will be mostly a port of the relevant code in deliverCargo.ts, but loading the cargo from the NATS Streaming message (old approach) or the object store (new approach).
  • Integrate CargoStore in deliverCargo.ts.

@gnarea gnarea force-pushed the deliverCargo-object-store branch from fc715b9 to c7c7b9f Compare February 28, 2022 21:36
@gnarea gnarea closed this Jan 9, 2024
@gnarea gnarea deleted the deliverCargo-object-store branch January 9, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Store incoming, unprocessed cargo in object store
1 participant