Alexander Lapin created IGNITE-14599:
----------------------------------------
Summary: Add generic way to bootstrap configuration
Key: IGNITE-14599
URL:
https://issues.apache.org/jira/browse/IGNITE-14599 Project: Ignite
Issue Type: Improvement
Reporter: Alexander Lapin
Assignee: Alexander Lapin
Currently it's possible to bootstrap configuration only with json formatted string.
{code:java}
Ignite start(@Nullable String jsonStrBootstrapCfg);
{code}
Instead of given temporary solution some sort of generic implementation should be used, for example configuration file with set of formats: json, hocon.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)