open-feature / flagd-testbed

Shared test harness for flagd SDK testing, with Gherkin tests
https://openfeature.dev
4 stars 7 forks source link

[TESTING] remove testbed sync-server in favor of flagd v0.9.1+ #114

Open toddbaert opened 7 months ago

toddbaert commented 7 months ago

flagd itself now implements the sync.proto. This means the sync-server in this repo (only used for testing) can be replaced with flagd itself.

aepfli commented 5 months ago

do we actually need the sync docker files? seems like https://github.com/open-feature/flagd-testbed/blob/main/flagd/Dockerfile is already doing what we want. i think we can delete the sync folder, or am i wrong here. side question, do we need to somehow deprecate some artefacts? or are they somewhere used?

toddbaert commented 4 months ago

I think you're right @aepfli , we don't need another Dockerfile or image. I think we just need to expose a new port!