Vladislav Pyatkov created IGNITE-15689:
------------------------------------------
Summary: 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
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.3.4#803005)