Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • commands and sub-commands have a common compute task return type, thus the result of running a particular sub-command will have unnecessary return data;
  • some CLI implementations like the ignite-visor-console are running the Ignite node in a special daemon mode which doesn't look like an error-prone approach;
  • it is not possible to add and run new management tasks at the cluster runtime (e.g. REPL mode for CLI tools can't be used);

Features

The following new features can be available out of the box with minimal additional source code changes:

...