RedemptionC commented on issue #2011: URL: https://github.com/apache/apisix-dashboard/issues/2011#issuecomment-893531844
@nic-chen Hello,I'm trying to implement this tool,but I don't know how to deal with the initialization stuff yet I mean,when we run manager API,it does a lot of initialization stuff,including reading value from ETCD into the cache,which is what we need when we implement this tool,should it rely on a running manager API,say,get the cache content throught some API,like migrate/export,then transform the response into proper form,then get the data from ETCD somehow,and then compare Or,should we do the initialization stuff in the tool's implementation,but it seems that we need to find the minimum initialization stuff needed for this tool(not including running the manager API on some port),also,it seems that we need to duplicate pretty much code in this way what's the proper way? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
