Make local tracker use partition key for writing data
Open
area/storage
area/tracking
kind/improvement
priority/low
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 195
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 17
Description
# Context:
This is only an issue if you're using the local tracker as a persister to load from.
# Behavior:
If you use the local tracker as a persister, and keep the same app_id, but change the partition key, it'll load from the first instance of app_id if you're loading from prior state.
# Task:
1. Push through the partition key wherever it makes sense in the local tracker.
2. Adjust the server to read from the new location / know how to read old and new locations.
Contributor guide
Assessment
This issue has not been assessed yet.