ECS & Server CLI and Communication
Hello,
Just wanted to ensure I have a correct understanding on how the ECS and KVServers will work together.
(1) Do both the ECS and KVServer have separate CLIs?
(2) When creating the first server (and subsequent servers), do we first create it using the KVServer CLI and then it send a message to the ECS to trigger its initialization? Does it also do the same when it gets disconnected (send a message to ECS to handle removal)? Or does the ECS create, initialize, and disconnect the KVServers (i.e. we don't use the KVServer CLI)?
Also, the document mentions: "The ECS uses the command line parameters defined in the previous milestone together with the ones added here. " However, we did not use the ECS in the previous milestone, so what other CLI parameters is it referring to?
Thanks