go-server-sdk
go-server-sdk copied to clipboard
chore: add fdv2 store & update sources to use fdv2 protocol definitions
This adds the FDv2 dual-mode store, which supports serving data requests from an in-memory store or from a persistent store (with cache).
@keelerm84 , realized why I was confused - the data system config PR has some of the other improvements in the streaming/polling sources (like replacing strings with constants). I tried to only touch the sources enough to get them to interact with the new store.
I'll have another PR that focuses on cleaning up the sources.