[
https://issues.apache.org/jira/browse/IGNITE-24014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtsev updated IGNITE-24014:
-----------------------------------------
Description:
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}
was: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: {{nodeAttributes.nodeAttributes: \{region.attribute = US,
storage.attribute = SSD\}}}. Instead we want to be able to write the following:
{{nodeAttributes.nodeAttributes: \{region= US, storage= SSD\}}}.
> Update some configuration properties' names
> -------------------------------------------
>
> 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
> Fix For: 3.0
>
> Time Spent: 1h 20m
> 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)