[ https://issues.apache.org/jira/browse/IGNITE-26364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Pochatkin updated IGNITE-26364: --------------------------------------- Description: 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} Currently only file providing is possible. We need to rework it was:Currently only file providing is possible. We need to rework it > Introduce string base configuration providing > --------------------------------------------- > > Key: IGNITE-26364 > URL: https://issues.apache.org/jira/browse/IGNITE-26364 > Project: Ignite > Issue Type: Improvement > Components: configuration ai3 > Reporter: Mikhail Pochatkin > Priority: Major > Labels: ignite-3 > > 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} > > Currently only file providing is possible. We need to rework it -- This message was sent by Atlassian Jira (v8.20.10#820010)