Pavel Tupitsyn created IGNITE-25124:
---------------------------------------
Summary: 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
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)