[
https://issues.apache.org/jira/browse/IGNITE-15689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450281#comment-17450281
]
Sergey Uttsel commented on IGNITE-15689:
----------------------------------------
I created method org.apache.ignite.Ignition#start(String, URL, Path) to
provide ability to start a node with URL configuration. I used a URL because it
contains information about the location of the resource.
I don't touched IgnitionManager, because it will be deprecated and removed
later.
> 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)