0
votes

The Server and Client (setclientmode(true)) modes need Java and take quite a while to startup (Ignition.Start). The server is the one that holds the cache. I presume that the client node is like a 'local' copy of the cache.

However, Ignite also supports a ThinClient - where we can 'open a connection' and run queries from Ignite.NET without having Java installed. The only configuration required by a ThinClient is the Host IP Address. How can we connect to a specific grid on the ignite server using the Thin Client?

Is this something that is expected to come in the upcoming releases?

1

1 Answers

1
votes

Every server node is listening to some specific port for connections from thin clients. By default this is port 10800, but it can be changed. If this port is occupied, then next available is used.

So, if you want to connect to some specific node, then you should specify its IP and port, that will be used for connection.

Documentation: https://apacheignite-net.readme.io/docs/thin-client#section-configuring-server-nodes