open-feature / open-feature/flagd
[CHORE] Remove deprecated `sync.GetMetadata` RPC (follow-up to #1584)
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 997
- Forks
- 136
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 11
Description
sync.GetMetadata was deprecated in favor of SyncFlagsResponse.sync_context (#1584), and flagd has emitted sync_context since #1642.
This tracks removing the RPC, its handler, and the message from the sync proto. Breaking change to flagd.sync.v1 (feat!:).
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
Search the sync proto and its handler for sync.GetMetadata, then trace references to the deprecated RPC and message. Confirm that sync_context remains the replacement described in #1584 and that flagd has emitted it since #1642. Done means the RPC, handler, and message are removed without leaving references to the old API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 56/100