yipeeio / yipee

An opensource version of the Yipee.io editor.
Apache License 2.0
22 stars 7 forks source link

to facilitate testing the Go API - leverage an envoy proxy #19

Open jrryjcksn opened 5 years ago

jrryjcksn commented 5 years ago

Thinking about how to test the Go API implementation and decided that since the UI should be none the wiser which one it is using putting a proxy in front that directs x% to one implementation (which can be tuned up or down) would be an interesting idea.

One caveat: the import API will have issues if the import is performed against one impl and the load of the GUID is performed on the other impl.