[
https://issues.apache.org/jira/browse/IGNITE-24014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtsev updated IGNITE-24014:
-----------------------------------------
Labels: ignite-3 important (was: ignite-3)
> Support arbitrary key-value pairs in configuration
> --------------------------------------------------
>
> Key: IGNITE-24014
> URL: https://issues.apache.org/jira/browse/IGNITE-24014
> Project: Ignite
> Issue Type: Improvement
> Reporter: Ivan Bessonov
> Assignee: Aleksandr Polovtsev
> Priority: Major
> Labels: ignite-3, important
> Fix For: 3.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> There exists a use-case when we need to have arbitrary key-value pairs in
> configuration, namely {{NodeAttributeConfigurationSchema}} and
> {{SystemPropertyConfigurationSchema}}. Currently we have to write it in a
> cumbersome way:
> {code:java}
> nodeAttributes.nodeAttributes: {region.attribute = US, storage.attribute =
> SSD}
> {code}
> Instead we want to be able to write the following:
> {code:java}
> nodeAttributes.nodeAttributes: {region= US, storage= SSD}
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)