[jira] [Updated] (IGNITE-17884) Ignite interface should expose TopologyService

2023-06-13 Thread Vyacheslav Koptilin (Jira)


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

Vyacheslav Koptilin updated IGNITE-17884:
-
Fix Version/s: (was: 3.0.0-beta2)

> Ignite interface should expose TopologyService
> --
>
> Key: IGNITE-17884
> URL: https://issues.apache.org/jira/browse/IGNITE-17884
> Project: Ignite
>  Issue Type: Bug
>Reporter: Vyacheslav Koptilin
>Priority: Major
>  Labels: ignite-3
>
> There is no way to get an instanace of TopologyService via Ignite interface. 
> The following methods just duplicate a part of TopologyService and looks like 
> a temporary solution:
> {code:java}
> /**
>  * Gets the cluster nodes.
>  * NOTE: Temporary API to enable Compute until we have proper Cluster API.
>  *
>  * @return Collection of cluster nodes.
>  */
> Collection clusterNodes();
> /**
>  * Gets the cluster nodes.
>  * NOTE: Temporary API to enable Compute until we have proper Cluster API.
>  *
>  * @return Collection of cluster nodes.
>  */
> CompletableFuture> clusterNodesAsync();
>  {code}
> Need just to expose _TopologeService_ instead of these methods.



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


[jira] [Updated] (IGNITE-17884) Ignite interface should expose TopologyService

2022-10-17 Thread Vyacheslav Koptilin (Jira)


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

Vyacheslav Koptilin updated IGNITE-17884:
-
Fix Version/s: 3.0.0-beta2
   (was: 3.0.0-beta1)

> Ignite interface should expose TopologyService
> --
>
> Key: IGNITE-17884
> URL: https://issues.apache.org/jira/browse/IGNITE-17884
> Project: Ignite
>  Issue Type: Bug
>Reporter: Vyacheslav Koptilin
>Priority: Major
>  Labels: ignite-3
> Fix For: 3.0.0-beta2
>
>
> There is no way to get an instanace of TopologyService via Ignite interface. 
> The following methods just duplicate a part of TopologyService and looks like 
> a temporary solution:
> {code:java}
> /**
>  * Gets the cluster nodes.
>  * NOTE: Temporary API to enable Compute until we have proper Cluster API.
>  *
>  * @return Collection of cluster nodes.
>  */
> Collection clusterNodes();
> /**
>  * Gets the cluster nodes.
>  * NOTE: Temporary API to enable Compute until we have proper Cluster API.
>  *
>  * @return Collection of cluster nodes.
>  */
> CompletableFuture> clusterNodesAsync();
>  {code}
> Need just to expose _TopologeService_ instead of these methods.



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