Skalierung: Full-Inventory-Sync durch Delta-Sync ersetzen #74
Labels
No labels
block-planning
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
infrastructure
invalid
planning
priority:high
priority:low
question
refactoring
status:backlog
status:done
status:in-progress
status:todo
tech-decision
test
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: bollwerkadmin/bollwerk#74
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bestandsaufnahme
Die aktuelle Sync-Architektur überträgt bei
GET /api/inventoryundPUT /api/inventorydas gesamte Inventar (alle Items, Categories, Locations, Settings) in einem Request.Aktueller Ablauf
downloadInventory): Server sendet komplettes Inventar alsInventoryDtouploadInventory): Client sendet komplettes Inventar an ServerPATCH /api/inventory/items/{id}arbeitet auf EinzelitemsProblem bei wachsendem Inventar
Betroffene Stellen
SyncServiceImpl.downloadInventory()/uploadInventory()GET /api/inventory,PUT /api/inventoryin Routing.ktInventoryDtoals Transport-ContainerZu klären
fullSyncRequired-Event)?