On Wed, Sep 20, 2017 at 6:37 AM, Igor Sapego <isap...@apache.org> wrote:
> For example, some users may want to disable clients they are not > using due to security considerations. > Well, there should be some authentication command in the protocol, which will ask a client to login. Ignite should also provide a connection callback of some sort, which can return false to reject the connection. This way users will be able to implement there own authentication mechanism in the callback and stop unwanted clients from connecting.