Andrey Kuznetsov created IGNITE-12832: -----------------------------------------
Summary: Add user attributes support to control.sh Key: IGNITE-12832 URL: https://issues.apache.org/jira/browse/IGNITE-12832 Project: Ignite Issue Type: Improvement Affects Versions: 2.8 Reporter: Andrey Kuznetsov Change [1] introduced user attributes for various thin clients. {{control.sh|bat}} script uses {{GridClient}} to connect to cluster, but it's impossible to set user attributes in corresponding {{GridClientConfiguration}} currenly. I suggest to add such an ability by adding {{--attr-some-attr-name=attrValue}} command line option. To prevent command line pollution I also suggest to implement {{.properties}} file support, so that command line arguments (including {{--attr*}} arguments) could be hidden in a file specified by {{--config filename.properties}}. In case of duplication explicit command line arguments should take precedence over arguments set in {{.properties}} file. [1] https://issues.apache.org/jira/browse/IGNITE-12049 -- This message was sent by Atlassian Jira (v8.3.4#803005)