open-feature / open-feature/java-sdk-contrib
flagd: remove deprecated sync.GetMetadata RPC call (use sync_context)
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
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 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