You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Lapin (Jira)" <ji...@apache.org> on 2021/04/20 11:28:00 UTC

[jira] [Created] (IGNITE-14599) Add generic way to bootstrap configuration

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)