splitio / split-synchronizer

Golang agent for Split SDKs
Other
16 stars 15 forks source link

SDKS-3064 | Add support for snapshot capabilities in Proxy mode #139

Closed sarrubia closed 2 years ago

sarrubia commented 3 years ago

Split Synchronizer

What did you accomplish?

Add support for snapshot capabilities in Proxy mode

How do we test the changes introduced in this PR?

  1. Run an instance of Split proxy
  2. Download the snapshot curl http://localhost:3010/admin/proxy/snapshot --output split.proxy.snapshot
  3. Run a different instance of Split Proxy with the downloaded snapshot: split-synchronizer -proxy -proxy-snapshot "split.proxy.snapshot"
mredolatti commented 2 years ago

Implemented in another branch -- discarding