open-feature / open-feature/java-sdk-contrib

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

Open Beginner friendly
#1,861 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
49
Forks
81
Avg merge
20h 3m
Merged PRs (30d)
6

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 in the in-process resolver's reconnect path and inspect how sync.GetMetadata and SyncFlagsResponse.sync_context are handled. Remove the deprecated RPC use, rely on sync_context, and update the documentation to state that flagd v0.12.6 is the minimum version that emits it.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api, backend
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
78/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.