Open toddbaert opened 7 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?
I think you're right @aepfli , we don't need another Dockerfile or image. I think we just need to expose a new port!
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.