[ https://issues.apache.org/jira/browse/IGNITE-25124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pavel Tupitsyn updated IGNITE-25124: ------------------------------------ Description: Currently, *IgniteClient#connections* returns a list of *ClusterNode*, where *ClusterNode.address* is and internal node address (cluster subnet). It is useful to know the actual address that the client is connected to. * Java client: ** Deprecate existing method, ** Add *List<ConnectionInfo> activeConnections()*, where *ConnectionInfo* has *node()* and *address()* methods * .NET client: add *IConnectionInfo.Address* was: Currently, *IgniteClient#connections* returns a list of *ClusterNode*, where *ClusterNode.address* is and internal node address (cluster subnet). It is useful to know the actual address that the client is connected to. * Java client: * Deprecate existing method, * Add *List<ConnectionInfo> activeConnections()*, where *ConnectionInfo* has *node()* and *address()* methods * .NET client: add *IConnectionInfo.Address* > Add actual connection address to IgniteClient#connections > --------------------------------------------------------- > > Key: IGNITE-25124 > URL: https://issues.apache.org/jira/browse/IGNITE-25124 > Project: Ignite > Issue Type: Improvement > Components: platforms, thin client > Affects Versions: 3.0 > Reporter: Pavel Tupitsyn > Assignee: Pavel Tupitsyn > Priority: Major > Labels: ignite-3 > Fix For: 3.1 > > > Currently, *IgniteClient#connections* returns a list of *ClusterNode*, where > *ClusterNode.address* is and internal node address (cluster subnet). > It is useful to know the actual address that the client is connected to. > * Java client: > ** Deprecate existing method, > ** Add *List<ConnectionInfo> activeConnections()*, where *ConnectionInfo* > has *node()* and *address()* methods > * .NET client: add *IConnectionInfo.Address* -- This message was sent by Atlassian Jira (v8.20.10#820010)