You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr (Jira)" <ji...@apache.org> on 2022/12/13 08:17:00 UTC

[jira] [Updated] (IGNITE-18385) Implement cluster connections command

     [ https://issues.apache.org/jira/browse/IGNITE-18385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksandr updated IGNITE-18385:
-------------------------------
    Description: 
This is the fourth part of {{cluster show}} output. We want to push the user to copy some parts of the output of {{cluster show}}. If the user wants to connect to the cluster with jdbc they should have the special command to copy. I suggest implementing a cluster connections command that will display connection strings for each connection type. For example:

{code:java}
> cluster connections --jdbc
> jdbc:ignite:thin://1.2.3.4:10300
{code}


Now only two connection types are known: jdbc and rest.


> Implement cluster connections command
> -------------------------------------
>
>                 Key: IGNITE-18385
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18385
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Aleksandr
>            Priority: Major
>              Labels: cli, ignite-3, ignite-3-cli-tool, rest
>
> This is the fourth part of {{cluster show}} output. We want to push the user to copy some parts of the output of {{cluster show}}. If the user wants to connect to the cluster with jdbc they should have the special command to copy. I suggest implementing a cluster connections command that will display connection strings for each connection type. For example:
> {code:java}
> > cluster connections --jdbc
> > jdbc:ignite:thin://1.2.3.4:10300
> {code}
> Now only two connection types are known: jdbc and rest.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)