Hi,

If we are talking about Java thin client:

1. Automatic reconnect and retry is enabled out of the box.
2. You can use ClientConfiguration.setUserAttributes to assign custom
key/value pairs to a client instance. Those attributes are accessible on
the server side.
3. For client-side only logic, there is no built-in way to assign a name to
a client, but you can do that with a HashMap<IgniteClient, String>

On Thu, Nov 11, 2021 at 6:20 PM Ganguly Gundeboina <[email protected]>
wrote:

> Hi,
>
> Want to assign specific instance name to thin clients to monitor the
> clients. When thin client disconnected due to any reason, want to take
> manual action like starting the client.
>
> We are using 2.11, can we assign?
>
> Regards,
> Gangaiah
>

Reply via email to