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.
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.