[
https://issues.apache.org/jira/browse/IGNITE-15689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17448476#comment-17448476
]
Sergey Uttsel commented on IGNITE-15689:
----------------------------------------
IgnitionManager#start is used by tests and examples. Is it need to start node
by URI in tests?
Maybe need to be able to run a node through the CLI using a URI. But CLI use
Ignition#start.
> Create a method that allow to pass not only file as a startup configuration
> ---------------------------------------------------------------------------
>
> Key: IGNITE-15689
> URL: https://issues.apache.org/jira/browse/IGNITE-15689
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladislav Pyatkov
> Assignee: Sergey Uttsel
> Priority: Major
> Labels: ignite-3
>
> We have methods which get a configuration as a string or a path, but it does
> not allow to pass a resource or any stream.
> {code}
> IgnitionManager#start(String, Path, Path, ClassLoader)
> IgnitionManager#start(String, String, Path)
> {code}
> I think, methods which get URI or InputStream are required.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)