Mikhail Pochatkin created IGNITE-26361:
------------------------------------------
Summary: Introduce Java API for configuration
Key: IGNITE-26361
URL: https://issues.apache.org/jira/browse/IGNITE-26361
Project: Ignite
Issue Type: Improvement
Components: configuration ai3
Reporter: Mikhail Pochatkin
Currenlty (accordgin to docs) if you want to start AI3 in embedded mode you
should provide a path to config file:
{code:java}
Path myConfig = Path.of("conf/ignite-config.conf");
Path myWorkDir = Path.of("/home/ignite");
IgniteServer node = IgniteServer.start("node", myConfig, myWorkDir); {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)