influxdata / influxdata/influxdb

Remove lookup service

Open
#18,518 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

team/compute
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.