[
https://issues.apache.org/jira/browse/IGNITE-28788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Chesnokov updated IGNITE-28788:
-----------------------------------------
Fix Version/s: 2.19
(was: 2.18)
> Fix doc for SessionContext
> --------------------------
>
> Key: IGNITE-28788
> URL: https://issues.apache.org/jira/browse/IGNITE-28788
> Project: Ignite
> Issue Type: Task
> Components: documentation
> Reporter: Aleksandr Chesnokov
> Priority: Major
> Labels: IEP-129, ise
> Fix For: 2.19
>
>
> Code snippet for session context is invalid
>
> {noformat}
> try (Ignite ign = Ignition.start(ignCfg)) {
> Map<String, String> appAttrs = F.asMap("SESSION_ID", "1234");
> Ignite app = Ignite.withApplicationAttributes(appAttrs);
> //Your code here...
> }{noformat}
> # F class is for private usage and is not part of public api
> # We do not have static method Ignite to create node with attributes
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)