open-feature / open-feature/python-sdk-contrib

flagd: remove deprecated sync.GetMetadata RPC call (use sync_context)

Open Beginner friendly
#439 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
27
Forks
33
Avg merge
5h 7m
Merged PRs (30d)
9

Description

The in-process resolver still calls the deprecated sync.GetMetadata RPC on every (re)connect, but the same data is now carried by SyncFlagsResponse.sync_context. flagd is removing the RPC in open-feature/flagd#2069.

We can drop the call and rely solely on sync_context; the only doc change needed is to note the minimum flagd version that emits it (v0.12.6).

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 locating the in-process resolver's reconnect flow and its use of sync.GetMetadata. Remove that call while relying on SyncFlagsResponse.sync_context, then update the related documentation to state that sync_context requires flagd v0.12.6 and verify the resolver no longer invokes the deprecated RPC.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.