influxdata / influxdata/influxdb
Remove lookup service
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
part of the work in #18498
We need to remove the lookup service from the kv package in order to migrate to the tenant service. Currently this service is used to look up the name of any resource given its type and ID. We will need to implement this type of lookup function on a per service basis.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading issue #18498 and locating the kv package's lookup service. Trace how it currently resolves resource names and how the tenant service migration affects its callers. Done means the kv lookup service is removed and resource-name lookup is defined per service as required by the migration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, databases
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100