open-feature / open-feature/cpp-sdk-contrib
[flagd] Implement file sync
Open
Nobody has claimed this yet.
- #98 by @buildingisfun23 — closed without merging
good first issue
- Dominant language
- C++
- Stars
- 2
- Forks
- 3
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 5
Description
We need to implement file sync according to flagd specification. It should use flagd config variables like std::optional<std::string> offline_flag_source_path_ and int offline_poll_interval_ms_
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 by reading the flagd file-resolver offline-mode specification linked in the issue and locate the provider code containing offline_flag_source_path_ and offline_poll_interval_ms_. Implement file synchronization according to that specification, with completion shown by the provider supporting the configured offline source path and polling interval.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100