[
https://issues.apache.org/jira/browse/IGNITE-12832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17066438#comment-17066438
]
Oleg Ostanin edited comment on IGNITE-12832 at 3/25/20, 6:48 AM:
-----------------------------------------------------------------
I'll remove spaces from lines like
{code:java}
// code placeholder
list.add(optional(CMD_SSL_PROTOCOL, "SSL_PROTOCOL[, SSL_PROTOCOL_2, ...,
SSL_PROTOCOL_N]"));
{code}
because it's misleading, we should divide parameters in a list only with single
comma.
was (Author: oleg-a-ostanin):
I'll remove spaces from lines like
```
list.add(optional(CMD_SSL_PROTOCOL, "SSL_PROTOCOL[, SSL_PROTOCOL_2, ...,
SSL_PROTOCOL_N]"));
```
because it's misleading, we should divide parameters in a list only with single
comma.
> 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
> Assignee: Oleg Ostanin
> Priority: Major
>
> 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 {{.properties}} file
> support, so that user attributes could be set in a file specified by
> {{--user-attrs-file /path/to/filename.properties}} as {{attrName=attrValue}}
> lines.
> [1] https://issues.apache.org/jira/browse/IGNITE-12049
--
This message was sent by Atlassian Jira
(v8.3.4#803005)