Igniters, I have a few questions regarding server node startup and thin clients.
State of things: - Server nodes will be started with 'ignite run' from CLI [1] - ignite-api module represents our public API - ignite-api has Ignition interface to start server nodes Questions: - What's the idea behind Ignition interface in the public API? Are we going to have an "embedded mode" where servers can be started from code? I thought this was not planned. - How are users supposed to retrieve an instance of the Ignition interface? - Are there any plans to start thin clients from Ignition interface, or should we have a separate way of doing this? [1] https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=158873958