You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently storing incoming cargoes in NATS Streaming, which internally stores it in PostgreSQL. This is bad for performance, reliability and cost reasons.
Describe the solution you'd like
Store incoming cargo in the object store (e.g., GCS in production) and use NATS Streaming only to notify about the reception of each cargo, just like we do with parcels.
The text was updated successfully, but these errors were encountered:
Describe the problem
We're currently storing incoming cargoes in NATS Streaming, which internally stores it in PostgreSQL. This is bad for performance, reliability and cost reasons.
Describe the solution you'd like
Store incoming cargo in the object store (e.g., GCS in production) and use NATS Streaming only to notify about the reception of each cargo, just like we do with parcels.
The text was updated successfully, but these errors were encountered: